Skip to content

Instantly share code, notes, and snippets.

@ahutchings
ahutchings / redux-orm.js
Last active November 20, 2017 19:56
Flow library definition for redux-orm
declare module 'redux-orm' {
/**
* The heart of an ORM, the data model.
*
* The fields you specify to the Model will be used to generate
* a schema to the database, related property accessors, and
* possibly through models.
*
* In each {@link Session} you instantiate from an {@link ORM} instance,
* you will receive a session-specific subclass of this Model. The methods