Tsarr Documentation - v2.13.0
    Preparing search index...

    Type Alias IssueCommentWritable

    type IssueCommentWritable = {
        id?: number;
        user?: UserWritable;
        message?: string;
    }
    Index
    id?: number
    message?: string