interface IAddress { email: string; name?: string; type?: string; } export type { IAddress as I };