Closed ashishpandey001 closed 6 months ago
Name | Link |
---|---|
Latest commit | fa3e9e5e1a475d59ef84f4c41e797035b61d3dd5 |
Latest deploy log | https://app.netlify.com/sites/electrodb-dev/deploys/663b3bb00c784e0008a8706f |
Deploy Preview | https://deploy-preview-381--electrodb-dev.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
As per the index.d.ts file and in general how query responses are shaped the
QueryResponse
type is correctly typed as:though in the docs reference it was typed as:
Notice the
data: EntityItem<E>[]
in the declaration file vsdata: EntityItem<E>
in the docs. This kinda confused me and hence this docs correction.