/** * User Service API * Solomon AI User Service API - Manages user profiles and authentication * * The version of the OpenAPI document: 1.0 * Contact: yoanyomba@solomon-ai.co * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Types of notifications available. - NOTIFICATION_TYPE_UNSPECIFIED: Default unspecified notification type. - NOTIFICATION_TYPE_EMAIL: Email notification. - NOTIFICATION_TYPE_SMS: SMS notification. - NOTIFICATION_TYPE_IN_APP: In-app notification. - NOTIFICATION_TYPE_SLACK: Slack notification. */ export declare enum NotificationType { Unspecified, Email, Sms, InApp, Slack }