/** * 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. */ /** * Notification test serializer * @export * @interface NotificationTransportTest */ export interface NotificationTransportTest { /** * * @type {Array} * @memberof NotificationTransportTest */ messages: Array; } /** * Check if a given object implements the NotificationTransportTest interface. */ export declare function instanceOfNotificationTransportTest(value: object): value is NotificationTransportTest; export declare function NotificationTransportTestFromJSON(json: any): NotificationTransportTest; export declare function NotificationTransportTestFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationTransportTest; export declare function NotificationTransportTestToJSON(json: any): NotificationTransportTest; export declare function NotificationTransportTestToJSONTyped(value?: NotificationTransportTest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NotificationTransportTest.d.ts.map