UNPKG

@stoplight/spectral

Version:

A flexible object linter with out of the box support for OpenAPI v2 and v3.

9 lines (8 loc) 187 B
import { RuleCollection } from './spectral'; export interface IRuleset { rules: RuleCollection; } export interface IRulesetFile { extends?: string[]; rules: RuleCollection; }