UNPKG

352 BTypeScriptView Raw
1import { WebAPICallResult } from '../../WebClient';
2export type AdminConversationsGetCustomRetentionResponse = WebAPICallResult & {
3 duration_days?: number;
4 error?: string;
5 is_policy_enabled?: boolean;
6 needed?: string;
7 ok?: boolean;
8 provided?: string;
9};
10//# sourceMappingURL=AdminConversationsGetCustomRetentionResponse.d.ts.map
\No newline at end of file