/** * 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 PatchedLicenseRequest */ export interface PatchedLicenseRequest { /** * * @type {string} * @memberof PatchedLicenseRequest */ key?: string; } /** * Check if a given object implements the PatchedLicenseRequest interface. */ export declare function instanceOfPatchedLicenseRequest(value: object): value is PatchedLicenseRequest; export declare function PatchedLicenseRequestFromJSON(json: any): PatchedLicenseRequest; export declare function PatchedLicenseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedLicenseRequest; export declare function PatchedLicenseRequestToJSON(json: any): PatchedLicenseRequest; export declare function PatchedLicenseRequestToJSONTyped(value?: PatchedLicenseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedLicenseRequest.d.ts.map