@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
50 lines • 1.36 kB
TypeScript
export declare enum E_LocationType {
NationalAddress = "NATIONAL_ADDRESS",
PinAddress = "PIN_LOCATION"
}
export declare enum E_SavedLocationType {
NATIONAL_ADDRESS = "NATIONAL_ADDRESS",
PIN_LOCATION = "PIN_LOCATION"
}
export declare enum E_AddressType {
HOUSE = "HOUSE",
OFFICE = "OFFICE",
APARTMENT = "APARTMENT"
}
export declare enum E_SavedLocationAddressType {
HOUSE = "HOUSE",
OFFICE = "OFFICE",
APARTMENT = "APARTMENT",
BRANCH = "BRANCH"
}
export declare enum E_PostAddress {
type = "type",
addressType = "addressType",
nickname = "nickname",
country = "country",
city = "city",
area = "area",
buildingName = "buildingName",
latitude = "latitude",
zoneNumber = "zoneNumber",
streetNumber = "streetNumber",
buildingNumber = "buildingNumber",
floorNumber = "floorNumber",
unitNumber = "unitNumber",
additionalInfo = "additionalInfo",
nearestLandmark = "nearestLandmark",
customerId = "customerId",
streetName = "streetName",
pinLink = "pinLink"
}
export declare enum E_SavedLocationSearchType {
all = "all",
city = "city",
area = "area",
country = "country",
streetName = "streetName",
buildingName = "buildingName",
streetNumber = "buildingNumber",
zoneName = "zoneNumber"
}
//# sourceMappingURL=index.d.ts.map