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

    Type Alias IssueCommentWritable

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

    Properties

    Properties

    id?: number
    message?: string