@shortcut/client
    Preparing search index...

    Interface NestedThreadedCommentSlimList

    The Comments on the Epic.

    interface NestedThreadedCommentSlimList {
        current_items: number;
        entities: ThreadedCommentSlim[];
        list_url: string;
        total_items: number;
    }
    Index

    Properties

    current_items: number

    int64

    list_url: string

    2048

    ^https?://.+$

    total_items: number

    int64