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

    Interface Workspace

    interface Workspace {
        allow_guests: "0" | "1";
        created: string;
        date: string;
        description?: string;
        global: "0" | "1";
        global_access?: "A" | "R" | "W";
        id: string;
        name: string;
        notes?: string;
        open: "0" | "1";
        updated: string;
        userid: string;
    }
    Index

    Properties

    allow_guests: "0" | "1"
    created: string
    date: string
    description?: string
    global: "0" | "1"
    global_access?: "A" | "R" | "W"
    id: string
    name: string
    notes?: string
    open: "0" | "1"
    updated: string
    userid: string