export type Person = { id: number; name: string; unavailable: boolean; };