export type Mailbox = { id: number name: string email: string }