/ src / lib / types.ts
types.ts
1  import { CanisterStatusResponse } from "../declarations/hanse_system/hanse_system.did";
2  
3  export type ModuleHash = CanisterStatusResponse["module_hash"];