UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.35 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 V4AirtableCreateCommentResponseDto */ export interface V4AirtableCreateCommentResponseDto { /** * Database comment ID * @type {number} * @memberof V4AirtableCreateCommentResponseDto */ id: number; } /** * Check if a given object implements the V4AirtableCreateCommentResponseDto interface. */ export declare function instanceOfV4AirtableCreateCommentResponseDto(value: object): value is V4AirtableCreateCommentResponseDto; export declare function V4AirtableCreateCommentResponseDtoFromJSON(json: any): V4AirtableCreateCommentResponseDto; export declare function V4AirtableCreateCommentResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCreateCommentResponseDto; export declare function V4AirtableCreateCommentResponseDtoToJSON(json: any): V4AirtableCreateCommentResponseDto; export declare function V4AirtableCreateCommentResponseDtoToJSONTyped(value?: V4AirtableCreateCommentResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4AirtableCreateCommentResponseDto.d.ts.map