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

    Interface Workspacelink

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

    Properties

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