UNPKG

ut-tools

Version:

Build and Release management automation package.

5 lines (4 loc) 260 B
import type { createRulesetFunction } from '@stoplight/spectral-core'; declare type CustomFunctionOptionsSchema = Parameters<typeof createRulesetFunction>[0]['input']; export declare const optionSchemas: Record<string, CustomFunctionOptionsSchema>; export {};