UNPKG

@whook/whook

Version:

Build strong and efficient REST web services.

21 lines (20 loc) 848 B
import { type AppEnvVars } from 'application-services'; import { type LogService } from 'common-services'; import { type OpenAPI } from 'ya-open-api-types'; import { type WhookCommandHandler } from '../types/commands.js'; import { type WhookSchemaValidatorsOptions } from '../services/schemaValidators.js'; export declare const definition: { readonly name: "generateSchemaValidators"; readonly description: "Build the schema validators with AJV"; readonly example: "whook generateSchemaValidators"; readonly arguments: []; }; declare const _default: import("knifecycle").ServiceInitializer<{ DEBUG_NODE_ENVS: string[]; SCHEMA_VALIDATORS_OPTIONS: WhookSchemaValidatorsOptions; API: OpenAPI; ENV: AppEnvVars; log: LogService; outstream: NodeJS.WritableStream; }, WhookCommandHandler>; export default _default;