devcloser

Results 2 issues of devcloser

Hi, Do we need to add columns to Template? For example ```json const template: Template = { basePdf: BLANK_PDF, schemas: [], columns: [] } ``` Not sure what is the...

From [uploading-files-in-react](https://docs.imagekit.io/getting-started/quickstart-guides/react#uploading-files-in-react) docs - I've created the auth endpoint (express-js) - I've specificed the auth endpoint for `authenticationEndpoint` - Image upload is working as expected However, I have a concern...