@shortcut/client
    Preparing search index...

    Interface EpicStateSlim

    The current Epic State.

    interface EpicStateSlim {
        entity_type: "epic-state:slim";
        id: number;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    entity_type: "epic-state:slim"

    The type of this entity.

    id: number

    The unique ID of the Epic State.

    int64

    name: string

    The name of the Epic State.

    type: string

    The type of the Epic State (unstarted, started, done).