Type Alias: FilesCommentsEditResponse
type FilesCommentsEditResponse: WebAPICallResult & object;
Type declaration
comment?
optional comment: Comment;
error?
optional error: string;
needed?
optional needed: string;
ok?
optional ok: boolean;
provided?
optional provided: string;
Defined in
packages/web-api/src/types/response/FilesCommentsEditResponse.ts:11