export interface Address { firstLine: string; secondLine?: string; country: string; zip: string; city: string; state: string; }