/** * 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. */ /** * Summary of registered devices * @export * @interface DeviceSummary */ export interface DeviceSummary { /** * * @type {number} * @memberof DeviceSummary */ totalCount: number; /** * * @type {number} * @memberof DeviceSummary */ unreachableCount: number; /** * * @type {number} * @memberof DeviceSummary */ outdatedAgentCount: number; } /** * Check if a given object implements the DeviceSummary interface. */ export declare function instanceOfDeviceSummary(value: object): value is DeviceSummary; export declare function DeviceSummaryFromJSON(json: any): DeviceSummary; export declare function DeviceSummaryFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceSummary; export declare function DeviceSummaryToJSON(json: any): DeviceSummary; export declare function DeviceSummaryToJSONTyped(value?: DeviceSummary | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=DeviceSummary.d.ts.map