No types for Typescript usage
Saffron-codes opened this issue · 0 comments
Saffron-codes commented
Could not find a declaration file for module 'hasura-om'. implicitly has an 'any' type.
Try npm i --save-dev @types/hasura-om
if it exists or add a new declaration (.d.ts) file containing declare module 'hasura-om';
import {Hasura} from "hasura-om";