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