Bump deps (#751)

This commit is contained in:
Jaco
2023-04-14 12:20:04 +03:00
committed by GitHub
parent 798a9fb453
commit b14dc3bcc3
15 changed files with 96 additions and 88 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import type { KeyringJson, KeyringStore } from '../types.js';
export interface SingleAddress {
json: KeyringJson;
option: KeyringSectionOption;
type?: KeypairType;
type?: KeypairType | undefined;
}
export interface SubjectInfo {