@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
34 lines • 1.53 kB
TypeScript
/**
* 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.
*/
import type { V4MlsListingUpdateMlsListingBody } from './V4MlsListingUpdateMlsListingBody';
/**
*
* @export
* @interface V4MlsListingUpdateMlsListingBodyDto
*/
export interface V4MlsListingUpdateMlsListingBodyDto {
/**
* MLS listing fields to update
* @type {V4MlsListingUpdateMlsListingBody}
* @memberof V4MlsListingUpdateMlsListingBodyDto
*/
mlsListing: V4MlsListingUpdateMlsListingBody;
}
/**
* Check if a given object implements the V4MlsListingUpdateMlsListingBodyDto interface.
*/
export declare function instanceOfV4MlsListingUpdateMlsListingBodyDto(value: object): value is V4MlsListingUpdateMlsListingBodyDto;
export declare function V4MlsListingUpdateMlsListingBodyDtoFromJSON(json: any): V4MlsListingUpdateMlsListingBodyDto;
export declare function V4MlsListingUpdateMlsListingBodyDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4MlsListingUpdateMlsListingBodyDto;
export declare function V4MlsListingUpdateMlsListingBodyDtoToJSON(json: any): V4MlsListingUpdateMlsListingBodyDto;
export declare function V4MlsListingUpdateMlsListingBodyDtoToJSONTyped(value?: V4MlsListingUpdateMlsListingBodyDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4MlsListingUpdateMlsListingBodyDto.d.ts.map