UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

33 lines 1.53 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 V4NotificationsUpdateNotificationResponseDto */ export interface V4NotificationsUpdateNotificationResponseDto { /** * The ID of the updated notification * @type {number} * @memberof V4NotificationsUpdateNotificationResponseDto */ notificationId: number; } /** * Check if a given object implements the V4NotificationsUpdateNotificationResponseDto interface. */ export declare function instanceOfV4NotificationsUpdateNotificationResponseDto(value: object): value is V4NotificationsUpdateNotificationResponseDto; export declare function V4NotificationsUpdateNotificationResponseDtoFromJSON(json: any): V4NotificationsUpdateNotificationResponseDto; export declare function V4NotificationsUpdateNotificationResponseDtoFromJSONTyped(json: any, ignoreDiscriminator: boolean): V4NotificationsUpdateNotificationResponseDto; export declare function V4NotificationsUpdateNotificationResponseDtoToJSON(json: any): V4NotificationsUpdateNotificationResponseDto; export declare function V4NotificationsUpdateNotificationResponseDtoToJSONTyped(value?: V4NotificationsUpdateNotificationResponseDto | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=V4NotificationsUpdateNotificationResponseDto.d.ts.map