Type Alias WorkspaceIdentifier<T>Beta

WorkspaceIdentifier<T>: uuid | WorkspaceItem<T>

Type representing a workspace identifier, which can be a UUID or a workspace item.

Type Parameters

  • T = any

    The type of the workspace item.