Type Alias WorkspaceRecordInfoBeta

WorkspaceRecordInfo: {
    concept: string;
    count: number;
    entities: Entity[];
    max_last_updated: string;
}

Type representing information about records in a workspace.

Type declaration

  • Betaconcept: string

    The concept associated with the records.

  • Betacount: number

    The count of records.

  • Betaentities: Entity[]

    The entities associated with the records.

  • Betamax_last_updated: string

    The last updated timestamp for the records.