import * as MyAccount from "../index.mjs"; export interface PublicKeyCredentialParameter { alg: number; type: MyAccount.PublicKeyTypeEnum; }