Type Alias: AdminConversationsGetCustomRetentionResponse
type AdminConversationsGetCustomRetentionResponse: WebAPICallResult & object;
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;
Defined in
packages/web-api/src/types/response/AdminConversationsGetCustomRetentionResponse.ts:11