slack-web-api-client
Version:
Streamlined Slack Web API client for TypeScript
10 lines • 352 B
TypeScript
import type { SlackAPIResponse } from "../response";
export type AdminConversationsGetCustomRetentionResponse = SlackAPIResponse & {
duration_days?: number;
error?: string;
is_policy_enabled?: boolean;
needed?: string;
ok: boolean;
provided?: string;
};
//# sourceMappingURL=AdminConversationsGetCustomRetentionResponse.d.ts.map