elysiajs / elysia-swagger

A plugin for Elysia to auto-generate Swagger page
MIT License
84 stars 45 forks source link

Incorrect type for `t.File` and `t.Files` #111

Open recanman opened 6 months ago

recanman commented 6 months ago

When using t.File or t.Files, the type is not displayed correctly.

For swagger-ui:

For scalar:

marclave commented 5 months ago

hey @recanman thanks for reporting this issue!

we are working on adding file support for @scalar https://github.com/scalar/scalar/issues/1118