docs: configurando deploy via ssh para angular

This commit is contained in:
2026-01-02 19:55:27 -05:00
parent a16d0f0701
commit b0beb50d59
544 changed files with 97696 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
export interface CustomerAddress {
idCustomer: number;
idAddress: number;
neighbourhood: string;
city: string;
state: string;
zipCode: string;
street: string;
complement: string;
numberAddress: string;
cityCode?: number;
referencePoint: string;
note?: string;
phone?: number;
cellPhone?: string;
ibgeCode: string;
placeId: number;
latitude: number;
longitude: number;
addressType?: string;
}
// export interface CustomerAddressxx {
// codcli: number;
// codendentcli: number;
// bairroent: string;
// municent: string;
// estent: string;
// cepent: string;
// enderent: string;
// complementoent: string;
// numeroent: string;
// codmunicipio?: any;
// pontorefer: string;
// longitude?: any;
// latitude?: any;
// observacao?: any;
// fonerecebedor?: any;
// telent?: any;
// }