@devcycle/types
v1.32.4
Published
This package contains shared types used to define the contracts between DevCycle SDKs and backend APIs.
Downloads
210,236
Readme
DevCycle Types
This package contains shared types used to define the contracts between DevCycle SDKs and backend APIs.
It also holds validation logic within those definitions that is used for request validation by the APIs.
Building
Run nx build shared-types to build the library.
Running unit tests
Run nx test shared-types to execute the unit tests via Jest.
