0.0.4 • Published 2 years ago

@wuolah/wuolah-types v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Description

This library includes the zod schemas and its corresponding TypeScript definitions required by the Wuolah ecosystem.

Getting started

To use this library, run the following command in the root directory of this project:

# using npm
foo@bar:~$ npm link

# using yarn
foo@bar:~$ yarn link

Then add this library as a dependency by running the following command in the root directory of your project:

# using npm
foo@bar:~$ npm link wuolah-types

# using yarn
foo@bar:~$ yarn link wuolah-types