@shortcut/client
    Preparing search index...

    Interface TeamSlim

    interface TeamSlim {
        app_url: string;
        entity_type: "team:slim";
        id: string;
        name: string;
        uri: string;
    }
    Index

    Properties

    app_url: string

    The Shortcut application url for the Team.

    2048

    ^https?://.+$

    entity_type: "team:slim"

    The type of this entity.

    id: string

    The unique ID of the Team.

    uuid

    name: string

    The name of the Team.

    uri: string

    A resolvable URI for the entity that will return the full representation.

    2048

    ^https?://.+$