Files
start-sdk/lib/interfaces/interfaceReceipt.ts
2023-05-11 14:50:40 -06:00

5 lines
105 B
TypeScript

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