UNPKG

caprover-api

Version:
13 lines (12 loc) 339 B
export interface IAutomatedCleanupConfigs { mostRecentLimit: number; cronSchedule: string; timezone: string; } export declare class AutomatedCleanupConfigsCleaner { static sanitizeInput(instance: IAutomatedCleanupConfigs): { mostRecentLimit: number; cronSchedule: string; timezone: string; }; }