UNPKG

@simplyhomes/sos-sdk

Version:

TypeScript SDK for Simply Homes SoS API v4

28 lines 1.33 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. */ /** * Notification type * @export * @enum {string} */ export declare enum SoSNotificationEntityType { SosNotificationsTypeMessageMention = "sos_notifications|type|message_mention", SosNotificationsTypeMessageSubscription = "sos_notifications|type|message_subscription", SosNotificationsTypeCommentMention = "sos_notifications|type|comment_mention", SosNotificationsTypeCommentSubscription = "sos_notifications|type|comment_subscription" } export declare function instanceOfSoSNotificationEntityType(value: any): boolean; export declare function SoSNotificationEntityTypeFromJSON(json: any): SoSNotificationEntityType; export declare function SoSNotificationEntityTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSNotificationEntityType; export declare function SoSNotificationEntityTypeToJSON(value?: SoSNotificationEntityType | null): any; export declare function SoSNotificationEntityTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): SoSNotificationEntityType; //# sourceMappingURL=SoSNotificationEntityType.d.ts.map