@tryloop/oats
Version:
🌾 OATS - OpenAPI TypeScript Sync. The missing link between your OpenAPI specs and TypeScript applications. Automatically watch, generate, and sync TypeScript clients from your API definitions.
12 lines • 326 B
JavaScript
/**
* OATSJS Configuration Type Definitions
*
* This module defines the complete type system for OATS configuration,
* ensuring type safety and IDE support for all configuration options.
*
* @module @oatsjs/types/config
* @author OATS Contributors
* @license MIT
*/
export {};
//# sourceMappingURL=config.types.js.map