Could not find a declaration file for module 'retoolrpc'. '/[path]/node_modules/retoolrpc/dist/index.mjs' implicitly has an 'any' type.
Try `npm i --save-dev @types/retoolrpc` if it exists or add a new declaration (.d.ts) file containing `declare module 'retoolrpc';`ts(7016)
Parameter 'args' implicitly has an 'any' type.ts(7006)
Parameter 'context' implicitly has an 'any' type.ts(7006)
This is for when typescript is in strict mode. I am using this in a typescript project. I can't seem to get it working.
Retool RPC is a game changer and needs serious attention imo, it makes building retool native apps much easier without relying on building api infra to communicate with a backend.
This is for when typescript is in
strict
mode. I am using this in a typescript project. I can't seem to get it working.Retool RPC is a game changer and needs serious attention imo, it makes building retool native apps much easier without relying on building api infra to communicate with a backend.