type TWalkerLogicPrivateService = { [key in keyof IWalkerLogicPrivateService]: any;}; Copy
type TWalkerLogicPrivateService = { [key in keyof IWalkerLogicPrivateService]: any;};
Type definition for WalkerLogicPublicService. Maps all keys of IWalkerLogicPrivateService to any type.