@directly-io/schemas
v1.0.0-alpha.32
Published
Directly's schemas.
Readme
Directly schemas
Directly's schemas and Normalizr definitions.
Get started
npm install --save @directly/schemasSomewhere in the codebase:
import { normalize } from 'normalizr';
import { schemas, definitions } from '@directly/schemas';
...
const user = normalize(response, definitions.user);
...