export type ContactInfo = { email: string; } | { matrix: string; } | { website: string; };