Export all types in types.ts
This commit is contained in:
parent
9a851a095a
commit
b02fbc57a0
|
@ -1 +1 @@
|
||||||
export type {PublicKey, SecretKey, Signature} from "./interface.js";
|
export * from "./interface.js";
|
||||||
|
|
Reference in New Issue