@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 V4AirtableCommentNotificationsUpdateNotificationResponseDto
*/
export interface V4AirtableCommentNotificationsUpdateNotificationResponseDto {
/**
* The ID of the updated notification
* @type {number}
* @memberof V4AirtableCommentNotificationsUpdateNotificationResponseDto
*/
notificationId: number;
/**
* Success message
* @type {string}
* @memberof V4AirtableCommentNotificationsUpdateNotificationResponseDto
*/
message: string;
}
/**
* Check if a given object implements the V4AirtableCommentNotificationsUpdateNotificationResponseDto interface.
*/
export declare function instanceOfV4AirtableCommentNotificationsUpdateNotificationResponseDto(value: object): value is V4AirtableCommentNotificationsUpdateNotificationResponseDto;
export declare function V4AirtableCommentNotificationsUpdateNotificationResponseDtoFromJSON(json: any): V4AirtableCommentNotificationsUpdateNotificationResponseDto;
export declare function V4AirtableCommentNotificationsUpdateNotificationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentNotificationsUpdateNotificationResponseDto;
export declare function V4AirtableCommentNotificationsUpdateNotificationResponseDtoToJSON(json: any): V4AirtableCommentNotificationsUpdateNotificationResponseDto;
export declare function V4AirtableCommentNotificationsUpdateNotificationResponseDtoToJSONTyped(value?: V4AirtableCommentNotificationsUpdateNotificationResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4AirtableCommentNotificationsUpdateNotificationResponseDto.d.ts.map