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