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 V4ContactsDeleteContactResponseDto */ export interface V4ContactsDeleteContactResponseDto { /** * The ID of the deleted contact * @type {number} * @memberof V4ContactsDeleteContactResponseDto */ contactId: number; } /** * Check if a given object implements the V4ContactsDeleteContactResponseDto interface. */ export declare function instanceOfV4ContactsDeleteContactResponseDto(value: object): value is V4ContactsDeleteContactResponseDto; export declare function V4ContactsDeleteContactResponseDtoFromJSON(json: any): V4ContactsDeleteContactResponseDto; export declare function V4ContactsDeleteContactResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ContactsDeleteContactResponseDto; export declare function V4ContactsDeleteContactResponseDtoToJSON(json: any): V4ContactsDeleteContactResponseDto; export declare function V4ContactsDeleteContactResponseDtoToJSONTyped(value?: V4ContactsDeleteContactResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4ContactsDeleteContactResponseDto.d.ts.map