/** * 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 * @interface UserPath */ export interface UserPath { /** * * @type {Array} * @memberof UserPath */ readonly paths: Array; } /** * Check if a given object implements the UserPath interface. */ export declare function instanceOfUserPath(value: object): value is UserPath; export declare function UserPathFromJSON(json: any): UserPath; export declare function UserPathFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserPath; export declare function UserPathToJSON(json: any): UserPath; export declare function UserPathToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UserPath.d.ts.map