@shortcut/client
    Preparing search index...

    Interface WorkspaceSlim

    The Workspace the caller is authenticated against.

    interface WorkspaceSlim {
        app_url?: string;
        entity_type?: "workspace:slim";
        id?: string;
        name?: string;
        slug?: string;
    }
    Index

    Properties

    app_url?: string

    The Shortcut application url for the Workspace.

    2048

    ^https?://.+$

    entity_type?: "workspace:slim"

    The type of this entity.

    id?: string

    The unique ID of the Workspace.

    uuid

    name?: string

    The name of the Workspace.

    slug?: string

    The URL Slug for the Workspace (aka workspace-slug).