@samchon/openapi
Version:
OpenAPI definitions and converters for 'typia' and 'nestia'.
7 lines (6 loc) • 327 B
text/typescript
import type { HttpMigration } from "../HttpMigration";
import { IHttpResponse } from "../structures/IHttpResponse";
export declare namespace HttpMigrateRouteFetcher {
const execute: (props: HttpMigration.IFetchProps) => Promise<unknown>;
const propagate: (props: HttpMigration.IFetchProps) => Promise<IHttpResponse>;
}