/** * 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. */ /** * NotificationWebhookMapping Serializer * @export * @interface NotificationWebhookMappingRequest */ export interface NotificationWebhookMappingRequest { /** * * @type {string} * @memberof NotificationWebhookMappingRequest */ name: string; /** * * @type {string} * @memberof NotificationWebhookMappingRequest */ expression: string; } /** * Check if a given object implements the NotificationWebhookMappingRequest interface. */ export declare function instanceOfNotificationWebhookMappingRequest(value: object): value is NotificationWebhookMappingRequest; export declare function NotificationWebhookMappingRequestFromJSON(json: any): NotificationWebhookMappingRequest; export declare function NotificationWebhookMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationWebhookMappingRequest; export declare function NotificationWebhookMappingRequestToJSON(json: any): NotificationWebhookMappingRequest; export declare function NotificationWebhookMappingRequestToJSONTyped(value?: NotificationWebhookMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NotificationWebhookMappingRequest.d.ts.map