UNPKG

boats

Version:

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

8 lines (7 loc) 172 B
export interface JsonSchema { [key: string]: unknown; definitions?: Record<string, unknown>; components?: { schemas?: Record<string, unknown>; }; }