UNPKG

@nestia/sdk

Version:

Nestia SDK and Swagger generator

8 lines (7 loc) 219 B
import { INestiaConfig } from "../../INestiaConfig"; export declare namespace SdkDistributionComposer { const compose: (props: { config: INestiaConfig; websocket: boolean; }) => Promise<void>; }