import { WebAPICallResult } from '../../WebClient'; export type FilesDeleteResponse = WebAPICallResult & { error?: string; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=FilesDeleteResponse.d.ts.map