UNPKG

sdg

Version:

pomelo ts

11 lines (10 loc) 191 B
export interface ICron { id: string; time: string; action: string; serverId?: string; args?: any[]; } export interface ICronConfigs { [serverType: string]: ICron[]; }