@directly-io/schemas

1.0.0-alpha.32 • Public • Published

Directly schemas

Directly's schemas and Normalizr definitions.

Get started

npm install --save @directly/schemas

Somewhere in the codebase:

import { normalize } from 'normalizr';
import { schemas, definitions } from '@directly/schemas';

...
const user = normalize(response, definitions.user);
...

Readme

Keywords

none

Package Sidebar

Install

npm i @directly-io/schemas

Weekly Downloads

2

Version

1.0.0-alpha.32

License

none

Last publish

Collaborators

  • tricoder