@theredspace/spp-client
    Preparing search index...

    Interface Workspacelink

    interface Workspacelink {
        created: DateContainer;
        description?: string;
        external: "0" | "1";
        id: string;
        recordid: string;
        table_name: string;
        updated: DateContainer;
        url?: string;
        workspaceid: string;
    }
    Index

    Properties

    created: DateContainer
    description?: string
    external: "0" | "1"
    id: string
    recordid: string
    table_name: string
    updated: DateContainer
    url?: string
    workspaceid: string