/**
 *
 *
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
export declare const WebhookScalarFieldEnumInterface: {
    readonly id: "id";
    readonly eventName: "eventName";
    readonly endpoint: "endpoint";
    readonly enabled: "enabled";
    readonly headers: "headers";
    readonly requestTimeout: "requestTimeout";
    readonly externalTenantId: "externalTenantId";
    readonly createdBy: "createdBy";
    readonly updatedBy: "updatedBy";
    readonly createdAt: "createdAt";
    readonly updatedAt: "updatedAt";
    readonly workUntilDate: "workUntilDate";
};
export type WebhookScalarFieldEnumInterface = typeof WebhookScalarFieldEnumInterface[keyof typeof WebhookScalarFieldEnumInterface];
