Issue with 'extends' Clause Using Private Name in TypeScript

Has anyone faced this problem before?
'extends' clause of exported class 'AiPlanningService' has or is using private name 'Output'.

I suspect it is because openAI SDK is not exporting some internal type or symbol. What can I do about it?
Was this page helpful?