Type Alias WorkspaceRecordWithRelationshipsBeta

WorkspaceRecordWithRelationships: {
    entity: WorkspaceItem;
    relationship_name?: string;
    relationships?: [WorkspaceRecordWithRelationships];
}

Type representing a workspace record with its relationships.

Type declaration

  • Betaentity: WorkspaceItem

    The workspace item.

  • Optional Betarelationship_name?: string

    The name of the relationship.

  • Optional Betarelationships?: [WorkspaceRecordWithRelationships]

    The relationships associated with the workspace record.