Interface WorkspaceElementReference

interface WorkspaceElementReference {
    type: WorkspaceElementType;
    id: string;
}

Hierarchy (view full)

Properties

Properties

id: string