UNPKG

421 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type FilesGetUploadURLExternalResponse = WebAPICallResult & {
3 error?: string;
4 file_id?: string;
5 needed?: string;
6 ok?: boolean;
7 provided?: string;
8 response_metadata?: ResponseMetadata;
9 upload_url?: string;
10};
11export interface ResponseMetadata {
12 messages?: string[];
13}
14//# sourceMappingURL=FilesGetUploadURLExternalResponse.d.ts.map
\No newline at end of file