@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
39 lines • 1.92 kB
TypeScript
/**
* 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 V4AirtableCommentNotificationsDeleteNotificationResponseDto
*/
export interface V4AirtableCommentNotificationsDeleteNotificationResponseDto {
/**
* The ID of the deleted notification
* @type {number}
* @memberof V4AirtableCommentNotificationsDeleteNotificationResponseDto
*/
notificationId: number;
/**
* Success message
* @type {string}
* @memberof V4AirtableCommentNotificationsDeleteNotificationResponseDto
*/
message: string;
}
/**
* Check if a given object implements the V4AirtableCommentNotificationsDeleteNotificationResponseDto interface.
*/
export declare function instanceOfV4AirtableCommentNotificationsDeleteNotificationResponseDto(value: object): value is V4AirtableCommentNotificationsDeleteNotificationResponseDto;
export declare function V4AirtableCommentNotificationsDeleteNotificationResponseDtoFromJSON(json: any): V4AirtableCommentNotificationsDeleteNotificationResponseDto;
export declare function V4AirtableCommentNotificationsDeleteNotificationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentNotificationsDeleteNotificationResponseDto;
export declare function V4AirtableCommentNotificationsDeleteNotificationResponseDtoToJSON(json: any): V4AirtableCommentNotificationsDeleteNotificationResponseDto;
export declare function V4AirtableCommentNotificationsDeleteNotificationResponseDtoToJSONTyped(value?: V4AirtableCommentNotificationsDeleteNotificationResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4AirtableCommentNotificationsDeleteNotificationResponseDto.d.ts.map