export interface ControlOptions { strict?: boolean | string; } export interface TimeOptions { currentDate?: Date; tz?: string; }