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

    Type Alias IssueComment

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

    Properties

    Properties

    id?: number
    user?: User
    message?: string