export type HourCheckerOption = { id: string; label: string; response: HourCheckerOptionResponse; }; export type HourCheckerOptionResponse = { name: string; };