/** * Generated by orval v8.19.0 🍺 * Do not edit manually. * Webitel API * OpenAPI spec version: 24.04.0 */ export type ApiUserWarningId = (typeof ApiUserWarningId)[keyof typeof ApiUserWarningId]; export const ApiUserWarningId = { UserWarningIdUnspecified: 'user_warning_id_unspecified', PasswordExpiresSoon: 'password_expires_soon', LicenseExpiresSoon: 'license_expires_soon', LicenseExpired: 'license_expired', } as const;