@shortcut/client
    Preparing search index...

    Interface ThreadedCommentSlim

    interface ThreadedCommentSlim {
        app_url?: string;
        deleted?: boolean;
        entity_type?: "threaded-comment:slim";
        id?: number;
        text?: string;
        uri?: string;
    }
    Index

    Properties

    app_url?: string

    The Shortcut application url for the Comment.

    2048

    ^https?://.+$

    deleted?: boolean

    Whether the Comment has been deleted.

    entity_type?: "threaded-comment:slim"

    The type of this entity.

    id?: number

    The unique ID of the Comment.

    int64

    text?: string

    The text of the Comment.

    uri?: string

    A resolvable URI for the entity.

    2048

    ^https?://.+$