UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.37 kB
/** * API v4 * Swagger documentation for API v4 * * The version of the OpenAPI document: 4.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface V4ZipcodesCreateZipcodeResponseDto */ export interface V4ZipcodesCreateZipcodeResponseDto { /** * The ID of the created zipcode * @type {string} * @memberof V4ZipcodesCreateZipcodeResponseDto */ zipcodeId: string; } /** * Check if a given object implements the V4ZipcodesCreateZipcodeResponseDto interface. */ export declare function instanceOfV4ZipcodesCreateZipcodeResponseDto(value: object): value is V4ZipcodesCreateZipcodeResponseDto; export declare function V4ZipcodesCreateZipcodeResponseDtoFromJSON(json: any): V4ZipcodesCreateZipcodeResponseDto; export declare function V4ZipcodesCreateZipcodeResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ZipcodesCreateZipcodeResponseDto; export declare function V4ZipcodesCreateZipcodeResponseDtoToJSON(json: any): V4ZipcodesCreateZipcodeResponseDto; export declare function V4ZipcodesCreateZipcodeResponseDtoToJSONTyped(value?: V4ZipcodesCreateZipcodeResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4ZipcodesCreateZipcodeResponseDto.d.ts.map