@apvee/azure-functions-openapi
Version:
An extension for Azure Functions V4 that provides support for exporting OpenAPI spec files from annotated Azure Functions.
10 lines (9 loc) • 368 B
TypeScript
import { OpenAPIRegistry } from "@asteasolutions/zod-to-openapi";
/**
* A singleton instance of the OpenAPIRegistry.
*
* This registry is used to manage and store OpenAPI definitions
* for the application. It provides methods to register and retrieve
* OpenAPI components such as schemas, paths, and responses.
*/
export declare const registry: OpenAPIRegistry;