type TLiveLogicPrivateService = { [key in keyof ILiveLogicPrivateService]: any;}; Copy
type TLiveLogicPrivateService = { [key in keyof ILiveLogicPrivateService]: any;};
Type definition for LiveLogicPublicService. Maps all keys of ILiveLogicPrivateService to any type.