export interface CreateWebAuthnRoamingAuthenticationMethod { /** Authentication method type (factor) */ type: "webauthn-roaming"; }