Joseph Moroney
Joseph Moroney
When passing breakpoint object properties into the bumbag global theme provider, typescript complains as below:  **Example code setup to reproduce:** ```jsx const theme = { Toast: { styles: {...
Hello! Is there an established way to annotate a generic file response? I am currently facilitating this using the `OpenAPI` decorator as below: ```ts @Get("/file") @OpenAPI({ responses: { "200": {...
Using version `3.7.0` # Repro steps 1. Add a view entity, include in `entities` TypeORM datasource config, e.g. ```ts // View entity @ViewEntity({ name: "MyView", expression: `...query builder or sql...