export interface AllowCredential { type: 'public-key'; id: Base64URLString; transports?: AuthenticatorTransport[]; }