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