Files
start-sdk/lib/mainFn/interfaceReceipt.ts

5 lines
105 B
TypeScript

declare const InterfaceProof: unique symbol
export type InterfaceReceipt = {
[InterfaceProof]: never
}