UNPKG

scheunemann-interfaces

Version:
10 lines (9 loc) 179 B
export interface IMottuAddress { city: 'SP'; complement: string; neighborhood: string; number: string; state: 'SP'; street: string; zipCode: string; }