type TStrategy$1 = { [key in keyof IStrategy]: any;}; Copy
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.