type InternalKeys$a = keyof { getHistory: never; getItems: never;}; Copy
type InternalKeys$a = keyof { getHistory: never; getItems: never;};
Type representing keys to exclude from IHistoryConnectionService (internal methods). Used to filter out non-public methods like getHistory and getItems in THistoryConnectionService.