export type Person = string | { name: string; url?: string; email?: string; };