@shortcut/client
    Preparing search index...

    Interface ProjectSlim

    The Project the story belongs to.

    interface ProjectSlim {
        app_url: string;
        entity_type: "project:slim";
        id: number;
        name: string;
        uri: string;
    }
    Index

    Properties

    app_url: string

    The Shortcut application url for the Project.

    2048

    ^https?://.+$

    entity_type: "project:slim"

    The type of this entity.

    id: number

    The unique ID of the Project.

    int64

    name: string

    The name of the Project.

    uri: string

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

    2048

    ^https?://.+$