@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
26 lines • 1.11 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.
*/
/**
* Type of notification (mention or subscription)
* @export
* @enum {string}
*/
export declare enum MessageNotificationEntityType {
Mention = "mention",
Subscription = "subscription"
}
export declare function instanceOfMessageNotificationEntityType(value: any): boolean;
export declare function MessageNotificationEntityTypeFromJSON(json: any): MessageNotificationEntityType;
export declare function MessageNotificationEntityTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): MessageNotificationEntityType;
export declare function MessageNotificationEntityTypeToJSON(value?: MessageNotificationEntityType | null): any;
export declare function MessageNotificationEntityTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): MessageNotificationEntityType;
//# sourceMappingURL=MessageNotificationEntityType.d.ts.map