UNPKG

lux-framework

Version:

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

8 lines (7 loc) 116 B
// @flow export type Attribute$meta = { key: string; type: string; nullable: boolean; defaultValue: any; };