1.0.0-alpha.32 • Published 8 years ago
@directly-io/schemas v1.0.0-alpha.32
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);
...1.0.0-alpha.32
8 years ago