Types used only in SSE: possible to expose in metadata?

hi,
in our use case we have some types which are only used in SSE and we’d want to have them in the metadata endpoint (typescript class). is there any other way than creating a dummy endpoint to expose them in the metadata?

Yeah only DTOs referenced from APIs are included in the generated types, so having them in a Dummy API like SseTypes would be the easiest solution.