export type PayPeriodLabel = { start_date: string; end_date: string; }; export type UpsertAction = 'created' | 'updated' | 'deleted';