/** * 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 NotificationWebhookMapping */ export interface NotificationWebhookMapping { /** * * @type {string} * @memberof NotificationWebhookMapping */ readonly pk: string; /** * * @type {string} * @memberof NotificationWebhookMapping */ name: string; /** * * @type {string} * @memberof NotificationWebhookMapping */ expression: string; } /** * Check if a given object implements the NotificationWebhookMapping interface. */ export declare function instanceOfNotificationWebhookMapping(value: object): value is NotificationWebhookMapping; export declare function NotificationWebhookMappingFromJSON(json: any): NotificationWebhookMapping; export declare function NotificationWebhookMappingFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationWebhookMapping; export declare function NotificationWebhookMappingToJSON(json: any): NotificationWebhookMapping; export declare function NotificationWebhookMappingToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NotificationWebhookMapping.d.ts.map