/** * 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. */ /** * * @export */ export declare const LicenseFlagsEnum: { readonly Trial: "trial"; readonly NonProduction: "non_production"; readonly UnknownDefaultOpenApi: "11184809"; }; export type LicenseFlagsEnum = typeof LicenseFlagsEnum[keyof typeof LicenseFlagsEnum]; export declare function instanceOfLicenseFlagsEnum(value: any): boolean; export declare function LicenseFlagsEnumFromJSON(json: any): LicenseFlagsEnum; export declare function LicenseFlagsEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): LicenseFlagsEnum; export declare function LicenseFlagsEnumToJSON(value?: LicenseFlagsEnum | null): any; export declare function LicenseFlagsEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): LicenseFlagsEnum; //# sourceMappingURL=LicenseFlagsEnum.d.ts.map