/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const NotificationTransportModeEnum: { readonly Local: "local"; readonly Webhook: "webhook"; readonly WebhookSlack: "webhook_slack"; readonly Email: "email"; readonly UnknownDefaultOpenApi: "11184809"; }; export type NotificationTransportModeEnum = typeof NotificationTransportModeEnum[keyof typeof NotificationTransportModeEnum]; export declare function instanceOfNotificationTransportModeEnum(value: any): boolean; export declare function NotificationTransportModeEnumFromJSON(json: any): NotificationTransportModeEnum; export declare function NotificationTransportModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTransportModeEnum; export declare function NotificationTransportModeEnumToJSON(value?: NotificationTransportModeEnum | null): any; export declare function NotificationTransportModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): NotificationTransportModeEnum; //# sourceMappingURL=NotificationTransportModeEnum.d.ts.map