IndexCanisterTypeWrapper<IndexCanisterType>:BaseIndexCanisterType & {[ K in keyof IndexCanisterType]: ActorMethod}
Type wrapper to ensure that each of the methods of the IndexCanister is of type ActorMethod
Type Parameters
IndexCanisterType
the canister interface (generated) for the index canister. This is automatically passed through by the IndexCanisterType param specified in the IndexClient class constructor
Type wrapper to ensure that each of the methods of the IndexCanister is of type ActorMethod