UNPKG

faster-auto

Version:

A fast and lightweight framework for building RESTful APIs with Sequelize and Node.js. Supports automatic model loading, flexible query APIs, and built-in Swagger documentation.

3 lines 211 B
import { OpenAPIV3 } from 'openapi-types'; export declare function generateSwaggerSpecFromSchemas(schemas: Record<string, any>, apiPrefix?: string): OpenAPIV3.Document; //# sourceMappingURL=docGenerator.d.ts.map