UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.93 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 V4ContactSourceRelationsDeleteRelContactSourceResponseDto */ export interface V4ContactSourceRelationsDeleteRelContactSourceResponseDto { /** * The contact ID of the deleted rel-contact-source * @type {number} * @memberof V4ContactSourceRelationsDeleteRelContactSourceResponseDto */ contactId: number; /** * The source ID of the deleted rel-contact-source * @type {number} * @memberof V4ContactSourceRelationsDeleteRelContactSourceResponseDto */ sourceId: number; } /** * Check if a given object implements the V4ContactSourceRelationsDeleteRelContactSourceResponseDto interface. */ export declare function instanceOfV4ContactSourceRelationsDeleteRelContactSourceResponseDto(value: object): value is V4ContactSourceRelationsDeleteRelContactSourceResponseDto; export declare function V4ContactSourceRelationsDeleteRelContactSourceResponseDtoFromJSON(json: any): V4ContactSourceRelationsDeleteRelContactSourceResponseDto; export declare function V4ContactSourceRelationsDeleteRelContactSourceResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ContactSourceRelationsDeleteRelContactSourceResponseDto; export declare function V4ContactSourceRelationsDeleteRelContactSourceResponseDtoToJSON(json: any): V4ContactSourceRelationsDeleteRelContactSourceResponseDto; export declare function V4ContactSourceRelationsDeleteRelContactSourceResponseDtoToJSONTyped(value?: V4ContactSourceRelationsDeleteRelContactSourceResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4ContactSourceRelationsDeleteRelContactSourceResponseDto.d.ts.map