Files
start-sdk/lib/health/HealthReceipt.ts

5 lines
96 B
TypeScript

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