UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

10 lines 357 B
import type { WebAPICallResult } from '../../WebClient'; export type AdminConversationsGetCustomRetentionResponse = WebAPICallResult & { duration_days?: number; error?: string; is_policy_enabled?: boolean; needed?: string; ok?: boolean; provided?: string; }; //# sourceMappingURL=AdminConversationsGetCustomRetentionResponse.d.ts.map