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

    Type Alias IssueComment

    type IssueComment = {
        id?: number;
        user?: User;
        message?: string;
    }
    Index
    id?: number
    user?: User
    message?: string