UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

13 lines (12 loc) 337 B
import { JSON } from './BoatsRc'; export interface InjectorConfig { toAllOperations: { content: string | JSON; exclude?: string[]; excludeChannels?: string[]; excludePaths?: string[]; includeMethods?: string[]; includeChannels?: string[]; includeOnlyPaths?: string[]; }; }