UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.34 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 V4ThreadsDeleteThreadResponseDto */ export interface V4ThreadsDeleteThreadResponseDto { /** * The ID of the deleted thread * @type {number} * @memberof V4ThreadsDeleteThreadResponseDto */ threadId: number; } /** * Check if a given object implements the V4ThreadsDeleteThreadResponseDto interface. */ export declare function instanceOfV4ThreadsDeleteThreadResponseDto(value: object): value is V4ThreadsDeleteThreadResponseDto; export declare function V4ThreadsDeleteThreadResponseDtoFromJSON(json: any): V4ThreadsDeleteThreadResponseDto; export declare function V4ThreadsDeleteThreadResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4ThreadsDeleteThreadResponseDto; export declare function V4ThreadsDeleteThreadResponseDtoToJSON(json: any): V4ThreadsDeleteThreadResponseDto; export declare function V4ThreadsDeleteThreadResponseDtoToJSONTyped(value?: V4ThreadsDeleteThreadResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4ThreadsDeleteThreadResponseDto.d.ts.map