Skip to main content

@slack/web-api / FilesRemoteUpdateResponse

Type Alias: FilesRemoteUpdateResponse

type FilesRemoteUpdateResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/FilesRemoteUpdateResponse.ts:11

Type Declaration​

error?​

optional error?: string;

file?​

optional file?: File;

needed?​

optional needed?: string;

ok?​

optional ok?: boolean;

provided?​

optional provided?: string;

warning?​

optional warning?: string;