UNPKG

lux-framework

Version:

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

9 lines (7 loc) 183 B
// @flow import type { Logger$config } from '../logger'; import type { Server$config } from '../server'; export type Config = { logging: Logger$config; server: Server$config; };