/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 UserSelfRoles */ export interface UserSelfRoles { /** * * @type {string} * @memberof UserSelfRoles */ readonly name: string; /** * * @type {string} * @memberof UserSelfRoles */ readonly pk: string; } /** * Check if a given object implements the UserSelfRoles interface. */ export declare function instanceOfUserSelfRoles(value: object): value is UserSelfRoles; export declare function UserSelfRolesFromJSON(json: any): UserSelfRoles; export declare function UserSelfRolesFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserSelfRoles; export declare function UserSelfRolesToJSON(json: any): UserSelfRoles; export declare function UserSelfRolesToJSONTyped(value?: Omit | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UserSelfRoles.d.ts.map