/** * 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 WebAuthnDeviceTypeRequest */ export interface WebAuthnDeviceTypeRequest { /** * * @type {string} * @memberof WebAuthnDeviceTypeRequest */ aaguid: string; /** * * @type {string} * @memberof WebAuthnDeviceTypeRequest */ description: string; } /** * Check if a given object implements the WebAuthnDeviceTypeRequest interface. */ export declare function instanceOfWebAuthnDeviceTypeRequest(value: object): value is WebAuthnDeviceTypeRequest; export declare function WebAuthnDeviceTypeRequestFromJSON(json: any): WebAuthnDeviceTypeRequest; export declare function WebAuthnDeviceTypeRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebAuthnDeviceTypeRequest; export declare function WebAuthnDeviceTypeRequestToJSON(json: any): WebAuthnDeviceTypeRequest; export declare function WebAuthnDeviceTypeRequestToJSONTyped(value?: WebAuthnDeviceTypeRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=WebAuthnDeviceTypeRequest.d.ts.map