@shortcut/client
    Preparing search index...

    Interface ObjectiveSlim

    interface ObjectiveSlim {
        app_url: string;
        entity_type: "objective:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    app_url: string

    The Shortcut application url for the Objective.

    2048

    ^https?://.+$

    entity_type: "objective:slim"

    The type of this entity.

    id: number

    The unique ID of the Objective.

    int64

    name: string

    The name of the Objective.

    uri: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$