TStrategy$1

type TStrategy$1 = {
[key in keyof IStrategy]: any;
};

Type definition for strategy methods. Maps all keys of IStrategy to any type. Used for dynamic method routing in StrategyConnectionService.