@vocaire/types
v1.3.11
Published
Internal Types and Validators for Vocaire projects
Downloads
94
Readme
Vocaire Types
Important Note
When developing and adding new types we have CI / CD set up, on each push to main there is a new NPM publish. After each push to main the ci /cd commits back into the repo so you'll have to pull 1 min after you push.
FFunctions: Requests and Responses
Location
Available under /functions/
, each pair has a request.ts
and response.ts
file associated with them.
This is made to be an npm package and a submodule to the monorepo3
project.
I followed this article: