export interface ContactDocument { type: 'address' | 'telephone' | 'email'; string: string; }