UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.68 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 V4RentalListingsGetRentalListingResponseDto */ export interface V4RentalListingsGetRentalListingResponseDto { /** * The rental listing object * @type {object} * @memberof V4RentalListingsGetRentalListingResponseDto */ objects: object; /** * Total count (should be 1 for single rental listing) * @type {number} * @memberof V4RentalListingsGetRentalListingResponseDto */ count: number; } /** * Check if a given object implements the V4RentalListingsGetRentalListingResponseDto interface. */ export declare function instanceOfV4RentalListingsGetRentalListingResponseDto(value: object): value is V4RentalListingsGetRentalListingResponseDto; export declare function V4RentalListingsGetRentalListingResponseDtoFromJSON(json: any): V4RentalListingsGetRentalListingResponseDto; export declare function V4RentalListingsGetRentalListingResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4RentalListingsGetRentalListingResponseDto; export declare function V4RentalListingsGetRentalListingResponseDtoToJSON(json: any): V4RentalListingsGetRentalListingResponseDto; export declare function V4RentalListingsGetRentalListingResponseDtoToJSONTyped(value?: V4RentalListingsGetRentalListingResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4RentalListingsGetRentalListingResponseDto.d.ts.map