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