Interface WorkspaceElementDependency

interface WorkspaceElementDependency {
    type: WorkspaceElementType;
    id: string;
    dependencyType: WorkspaceElementDependencyType;
    data?: unknown;
}

Hierarchy (view full)

Properties

id: string
data?: unknown