/** * 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. */ /** * Role serializer * @export * @interface PatchedRoleRequest */ export interface PatchedRoleRequest { /** * * @type {string} * @memberof PatchedRoleRequest */ name?: string; } /** * Check if a given object implements the PatchedRoleRequest interface. */ export declare function instanceOfPatchedRoleRequest(value: object): value is PatchedRoleRequest; export declare function PatchedRoleRequestFromJSON(json: any): PatchedRoleRequest; export declare function PatchedRoleRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedRoleRequest; export declare function PatchedRoleRequestToJSON(json: any): PatchedRoleRequest; export declare function PatchedRoleRequestToJSONTyped(value?: PatchedRoleRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedRoleRequest.d.ts.map