# 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](https://jestjs.io).
