mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-04-04 22:39:47 +00:00
chore: Adding mainFn helpers
This commit is contained in:
4
lib/health/HealthReceipt.ts
Normal file
4
lib/health/HealthReceipt.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
declare const HealthProof: unique symbol;
|
||||
export type HealthReceipt = {
|
||||
[HealthProof]: never;
|
||||
};
|
||||
Reference in New Issue
Block a user