UNPKG

mobyo-interfaces

Version:
10 lines (9 loc) 192 B
export interface ICompanyAddress { city: string; complement?: string; district: string; state: string; streetName: string; streetNumber: string; zipCode: string; }