/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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 RequestStatus: { readonly Created: "created"; readonly Approved: "approved"; readonly Denied: "denied"; readonly Revoked: "revoked"; readonly UnknownDefaultOpenApi: "11184809"; }; export type RequestStatus = typeof RequestStatus[keyof typeof RequestStatus]; export declare function instanceOfRequestStatus(value: any): boolean; export declare function RequestStatusFromJSON(json: any): RequestStatus; export declare function RequestStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): RequestStatus; export declare function RequestStatusToJSON(value?: RequestStatus | null): any; export declare function RequestStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): RequestStatus; //# sourceMappingURL=RequestStatus.d.ts.map