/** * 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. */ /** * Serializer for WebAuthn authenticator devices * @export * @interface PatchedWebAuthnDeviceRequest */ export interface PatchedWebAuthnDeviceRequest { /** * * @type {string} * @memberof PatchedWebAuthnDeviceRequest */ name?: string; } /** * Check if a given object implements the PatchedWebAuthnDeviceRequest interface. */ export declare function instanceOfPatchedWebAuthnDeviceRequest(value: object): value is PatchedWebAuthnDeviceRequest; export declare function PatchedWebAuthnDeviceRequestFromJSON(json: any): PatchedWebAuthnDeviceRequest; export declare function PatchedWebAuthnDeviceRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedWebAuthnDeviceRequest; export declare function PatchedWebAuthnDeviceRequestToJSON(json: any): PatchedWebAuthnDeviceRequest; export declare function PatchedWebAuthnDeviceRequestToJSONTyped(value?: PatchedWebAuthnDeviceRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedWebAuthnDeviceRequest.d.ts.map