Skip to main content

@slack/web-api / AdminConversationsGetCustomRetentionResponse

Type Alias: AdminConversationsGetCustomRetentionResponse

type AdminConversationsGetCustomRetentionResponse = WebAPICallResult & object;

Defined in: packages/web-api/src/types/response/AdminConversationsGetCustomRetentionResponse.ts:11

Type Declaration​

duration_days?​

optional duration_days?: number;

error?​

optional error?: string;

is_policy_enabled?​

optional is_policy_enabled?: boolean;

needed?​

optional needed?: string;

ok?​

optional ok?: boolean;

provided?​

optional provided?: string;

warning?​

optional warning?: string;