/** * 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 PatchedNotificationWebhookMappingRequest */ export interface PatchedNotificationWebhookMappingRequest { /** * * @type {string} * @memberof PatchedNotificationWebhookMappingRequest */ name?: string; /** * * @type {string} * @memberof PatchedNotificationWebhookMappingRequest */ expression?: string; } /** * Check if a given object implements the PatchedNotificationWebhookMappingRequest interface. */ export declare function instanceOfPatchedNotificationWebhookMappingRequest(value: object): value is PatchedNotificationWebhookMappingRequest; export declare function PatchedNotificationWebhookMappingRequestFromJSON(json: any): PatchedNotificationWebhookMappingRequest; export declare function PatchedNotificationWebhookMappingRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedNotificationWebhookMappingRequest; export declare function PatchedNotificationWebhookMappingRequestToJSON(json: any): PatchedNotificationWebhookMappingRequest; export declare function PatchedNotificationWebhookMappingRequestToJSONTyped(value?: PatchedNotificationWebhookMappingRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedNotificationWebhookMappingRequest.d.ts.map