interface AddStringCommentRequest {
    attachments?: AttachmentRequest[];
    isShared?: boolean;
    issueType?: IssueType;
    stringId: number;
    targetLanguageId: string;
    text: string;
    type: StringCommentsModel.Type;
}

Properties

attachments?: AttachmentRequest[]
isShared?: boolean
issueType?: IssueType
stringId: number
targetLanguageId: string
text: string