Interface WorkspaceItemConfigBeta

Represents the configuration for a workspace item.

interface WorkspaceItemConfig {
    entity_id: string;
    entity_type: string;
    last_updated: number;
    workspace_id: string;
}

Properties

entity_id: string

The id the workspace item.

entity_type: string

The concept to which the workspace item belongs.

last_updated: number

Epoch time of the last update of the workspace item.

workspace_id: string

The id of the workspace in which the workspace item is stored.