UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.36 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 V4CountiesCreateCountyResponseDto */ export interface V4CountiesCreateCountyResponseDto { /** * The ID of the newly created county * @type {string} * @memberof V4CountiesCreateCountyResponseDto */ countyId: string; } /** * Check if a given object implements the V4CountiesCreateCountyResponseDto interface. */ export declare function instanceOfV4CountiesCreateCountyResponseDto(value: object): value is V4CountiesCreateCountyResponseDto; export declare function V4CountiesCreateCountyResponseDtoFromJSON(json: any): V4CountiesCreateCountyResponseDto; export declare function V4CountiesCreateCountyResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4CountiesCreateCountyResponseDto; export declare function V4CountiesCreateCountyResponseDtoToJSON(json: any): V4CountiesCreateCountyResponseDto; export declare function V4CountiesCreateCountyResponseDtoToJSONTyped(value?: V4CountiesCreateCountyResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4CountiesCreateCountyResponseDto.d.ts.map