TimeOption🔗Counterpart for TypeScript's TimeOption type.Definition🔗export interface TimeOption { display: string; from: string; to: string; } Methods🔗No methods.See also🔗 TimeOptionBuilder