Interface CommentRead

CommentRead

interface CommentRead {
    created_date?: string;
    id?: number;
    issue?: number;
    message?: string;
    owner?: null | BasicUser;
    updated_date?: string;
}

Properties

created_date?: string

CommentRead

id?: number

CommentRead

issue?: number

CommentRead

message?: string

CommentRead

owner?: null | BasicUser

CommentRead

updated_date?: string

CommentRead