UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

39 lines 1.75 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 V4NotificationsMarkAllNotificationsReadResponseDto */ export interface V4NotificationsMarkAllNotificationsReadResponseDto { /** * Number of notifications updated * @type {number} * @memberof V4NotificationsMarkAllNotificationsReadResponseDto */ updated: number; /** * Message * @type {string} * @memberof V4NotificationsMarkAllNotificationsReadResponseDto */ message: string; } /** * Check if a given object implements the V4NotificationsMarkAllNotificationsReadResponseDto interface. */ export declare function instanceOfV4NotificationsMarkAllNotificationsReadResponseDto(value: object): value is V4NotificationsMarkAllNotificationsReadResponseDto; export declare function V4NotificationsMarkAllNotificationsReadResponseDtoFromJSON(json: any): V4NotificationsMarkAllNotificationsReadResponseDto; export declare function V4NotificationsMarkAllNotificationsReadResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4NotificationsMarkAllNotificationsReadResponseDto; export declare function V4NotificationsMarkAllNotificationsReadResponseDtoToJSON(json: any): V4NotificationsMarkAllNotificationsReadResponseDto; export declare function V4NotificationsMarkAllNotificationsReadResponseDtoToJSONTyped(value?: V4NotificationsMarkAllNotificationsReadResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4NotificationsMarkAllNotificationsReadResponseDto.d.ts.map