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

5 lines
96 B
TypeScript

declare const HealthProof: unique symbol
export type HealthReceipt = {
[HealthProof]: never
}