Skip to content

Instantly share code, notes, and snippets.

@ozcanzaferayan
Last active January 27, 2020 19:48
Show Gist options
  • Save ozcanzaferayan/05279067349be934af9250eb9eb267ae to your computer and use it in GitHub Desktop.
Save ozcanzaferayan/05279067349be934af9250eb9eb267ae to your computer and use it in GitHub Desktop.
schemas directory
import { schema } from 'normalizr'
const messageSchema = new schema.Entity('messages', {}, {
idAttribute: 'key',
});
export const responseMessageSchema = { messages: new schema.Array(messageSchema) };
{
"name": "schemas",
"version": "0.0.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment