Files
start-os/sdk/lib/interfaces/interfaceReceipt.ts
2024-03-20 13:32:57 -06:00

5 lines
105 B
TypeScript

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