Skip to main content

@slack/web-api / FilesCommentsEditResponse

Type Alias: FilesCommentsEditResponse

type FilesCommentsEditResponse = WebAPICallResult & object;

Defined in: packages/web-api/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;