@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 V4AirtableCommentNotificationsMarkNotificationReadResponseDto
*/
export interface V4AirtableCommentNotificationsMarkNotificationReadResponseDto {
/**
* Success status
* @type {boolean}
* @memberof V4AirtableCommentNotificationsMarkNotificationReadResponseDto
*/
success: boolean;
/**
* Message
* @type {string}
* @memberof V4AirtableCommentNotificationsMarkNotificationReadResponseDto
*/
message: string;
}
/**
* Check if a given object implements the V4AirtableCommentNotificationsMarkNotificationReadResponseDto interface.
*/
export declare function instanceOfV4AirtableCommentNotificationsMarkNotificationReadResponseDto(value: object): value is V4AirtableCommentNotificationsMarkNotificationReadResponseDto;
export declare function V4AirtableCommentNotificationsMarkNotificationReadResponseDtoFromJSON(json: any): V4AirtableCommentNotificationsMarkNotificationReadResponseDto;
export declare function V4AirtableCommentNotificationsMarkNotificationReadResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4AirtableCommentNotificationsMarkNotificationReadResponseDto;
export declare function V4AirtableCommentNotificationsMarkNotificationReadResponseDtoToJSON(json: any): V4AirtableCommentNotificationsMarkNotificationReadResponseDto;
export declare function V4AirtableCommentNotificationsMarkNotificationReadResponseDtoToJSONTyped(value?: V4AirtableCommentNotificationsMarkNotificationReadResponseDto | null, ignoreDiscriminator?: boolean): any;
//# sourceMappingURL=V4AirtableCommentNotificationsMarkNotificationReadResponseDto.d.ts.map