/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import type { WebAuthn } from './WebAuthn';

export type Signature_WebAuthn = ({
    type: string;
} & WebAuthn);

