export interface UserData { address: string; address2: string; city: string; country: string; fullName: string; postcode: string; }