Interface WorkspaceElementReference

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

Hierarchy (View Summary)

Properties

Properties

id: string