UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.67 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 V4PropertiesGetAddressAutocompleteResponseSuggestionDto */ export interface V4PropertiesGetAddressAutocompleteResponseSuggestionDto { /** * Address suggestion * @type {string} * @memberof V4PropertiesGetAddressAutocompleteResponseSuggestionDto */ address: string; } /** * Check if a given object implements the V4PropertiesGetAddressAutocompleteResponseSuggestionDto interface. */ export declare function instanceOfV4PropertiesGetAddressAutocompleteResponseSuggestionDto(value: object): value is V4PropertiesGetAddressAutocompleteResponseSuggestionDto; export declare function V4PropertiesGetAddressAutocompleteResponseSuggestionDtoFromJSON(json: any): V4PropertiesGetAddressAutocompleteResponseSuggestionDto; export declare function V4PropertiesGetAddressAutocompleteResponseSuggestionDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4PropertiesGetAddressAutocompleteResponseSuggestionDto; export declare function V4PropertiesGetAddressAutocompleteResponseSuggestionDtoToJSON(json: any): V4PropertiesGetAddressAutocompleteResponseSuggestionDto; export declare function V4PropertiesGetAddressAutocompleteResponseSuggestionDtoToJSONTyped(value?: V4PropertiesGetAddressAutocompleteResponseSuggestionDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4PropertiesGetAddressAutocompleteResponseSuggestionDto.d.ts.map