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