E621
    Preparing search index...

    Interface UpdateCommentOptions

    interface UpdateCommentOptions {
        body?: string;
        is_hidden?: boolean;
        is_sticky?: boolean;
    }

    Hierarchy (View Summary)

    Index
    body?: string
    is_hidden?: boolean
    is_sticky?: boolean