@shortcut/client
    Preparing search index...

    Interface ChecklistItemSlim

    interface ChecklistItemSlim {
        description: string;
        entity_type: "checklist-item:slim";
        id: number;
        uri: string;
    }
    Index

    Properties

    description: string

    The description of the Checklist Item.

    entity_type: "checklist-item:slim"

    The type of this entity.

    id: number

    The unique ID of the Checklist Item.

    int64

    uri: string

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

    2048

    ^https?://.+$