export interface AddressInterface {
    state: string;
    city: string;
    street: string;
    neighborhood: string;
    zipCode: string;
}
//# sourceMappingURL=address.interface.d.ts.map