chore: Update the types

This commit is contained in:
BluJ
2023-04-11 11:54:57 -06:00
parent 9810c222dd
commit be2019fda1
13 changed files with 188 additions and 101 deletions

4
lib/mainFn/ReadyProof.ts Normal file
View File

@@ -0,0 +1,4 @@
export declare const ReadyProof: unique symbol;
export type ReadyReceipt = {
[ReadyProof]: never;
};