@nestia/sdk
Version:
Nestia SDK and Swagger generator
8 lines (7 loc) • 400 B
TypeScript
import { type Node } from "@ttsc/factory";
import { INestiaProject } from "../../structures/INestiaProject";
import { ITypedHttpRoute } from "../../structures/ITypedHttpRoute";
import { ImportDictionary } from "./ImportDictionary";
export declare namespace SdkHttpNamespaceProgrammer {
const write: (project: INestiaProject) => (importer: ImportDictionary) => (route: ITypedHttpRoute) => Node;
}