export type Bonus = { id: number month: string amount: number comment: string | null createdAt: string }