type InternalKeys$9 = keyof { getSession: never;}; Copy
type InternalKeys$9 = keyof { getSession: never;};
Type representing keys to exclude from ISessionConnectionService (internal methods). Used to filter out non-public methods like getSession in TSessionConnectionService.