/** * 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 */ export declare const DeviceFactsOSFamily: { readonly Linux: "linux"; readonly Unix: "unix"; readonly Bsd: "bsd"; readonly Windows: "windows"; readonly MacOs: "mac_os"; readonly Android: "android"; readonly IOs: "i_os"; readonly Other: "other"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DeviceFactsOSFamily = typeof DeviceFactsOSFamily[keyof typeof DeviceFactsOSFamily]; export declare function instanceOfDeviceFactsOSFamily(value: any): boolean; export declare function DeviceFactsOSFamilyFromJSON(json: any): DeviceFactsOSFamily; export declare function DeviceFactsOSFamilyFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceFactsOSFamily; export declare function DeviceFactsOSFamilyToJSON(value?: DeviceFactsOSFamily | null): any; export declare function DeviceFactsOSFamilyToJSONTyped(value: any, ignoreDiscriminator: boolean): DeviceFactsOSFamily; //# sourceMappingURL=DeviceFactsOSFamily.d.ts.map