@nestia/sdk
Version:
Nestia SDK and Swagger generator
8 lines (7 loc) • 358 B
TypeScript
import { IReflectOperationError } from "../structures/IReflectOperationError";
import { ITypedApplication } from "../structures/ITypedApplication";
export declare namespace SdkGenerator {
const generate: (app: ITypedApplication) => Promise<void>;
const validate: (app: ITypedApplication) => IReflectOperationError[];
const BUNDLE_PATH: string;
}