/** * 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. */ /** * License Serializer * @export * @interface LicenseRequest */ export interface LicenseRequest { /** * * @type {string} * @memberof LicenseRequest */ key: string; } /** * Check if a given object implements the LicenseRequest interface. */ export declare function instanceOfLicenseRequest(value: object): value is LicenseRequest; export declare function LicenseRequestFromJSON(json: any): LicenseRequest; export declare function LicenseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): LicenseRequest; export declare function LicenseRequestToJSON(json: any): LicenseRequest; export declare function LicenseRequestToJSONTyped(value?: LicenseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=LicenseRequest.d.ts.map