/** * 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. */ /** * WebAuthnDeviceType Serializer * @export * @interface WebAuthnDeviceType */ export interface WebAuthnDeviceType { /** * * @type {string} * @memberof WebAuthnDeviceType */ aaguid: string; /** * * @type {string} * @memberof WebAuthnDeviceType */ description: string; } /** * Check if a given object implements the WebAuthnDeviceType interface. */ export declare function instanceOfWebAuthnDeviceType(value: object): value is WebAuthnDeviceType; export declare function WebAuthnDeviceTypeFromJSON(json: any): WebAuthnDeviceType; export declare function WebAuthnDeviceTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebAuthnDeviceType; export declare function WebAuthnDeviceTypeToJSON(json: any): WebAuthnDeviceType; export declare function WebAuthnDeviceTypeToJSONTyped(value?: WebAuthnDeviceType | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=WebAuthnDeviceType.d.ts.map