UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

7 lines (6 loc) 183 B
export interface IOpenApiDefinitionsSchema { [key: string]: { [key: string]: unknown; }; } export declare const buildSchema: () => Promise<IOpenApiDefinitionsSchema>;