Detalhes do pacote

@devcycle/types

jonathannorris160.6kMIT1.29.0

This package contains shared types used to define the contracts between DevCycle SDKs and backend APIs.

readme (leia-me)

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.