UNPKG

lux-framework

Version:

Build scalable, Node.js-powered REST APIs with almost no code.

7 lines (5 loc) 86 B
// @flow /** * @private */ export type Migration$Fn<T: Object> = (schema: T) => T;