UNPKG

lux-framework

Version:

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

8 lines (6 loc) 219 B
// @flow import type Controller, { Controller$builtIn } from '../../controller'; import type { Namespace$opts } from '../namespace'; export type Resource$opts = Namespace$opts & { only: Array<Controller$builtIn>; };