Joseph Moroney

Results 3 issues of Joseph Moroney

When passing breakpoint object properties into the bumbag global theme provider, typescript complains as below: ![image](https://user-images.githubusercontent.com/49534136/192945476-0159b05a-e8eb-4a97-9a60-b6358785b494.png) **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...

enhancement