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