UNPKG

mobyo-interfaces

Version:
11 lines (10 loc) 228 B
export interface IMerchantAddress { formattedAddress: string; country: 'BRASIL'; state: string; city: string; neighborhood: string; streetName: string; streetNumber: string; postalCode: string; }