UNPKG

@artinet/sdk

Version:
8 lines 410 B
import { ServerDeploymentRequestParams, ServerDeploymentResponse } from "../../types/index.js"; /** * Sends a full deployment request to the server. * @param params The parameters to pass to the method. * @returns The response from the server. */ export declare function fullDeployment(params: ServerDeploymentRequestParams): Promise<ServerDeploymentResponse>; //# sourceMappingURL=full-deployment.d.ts.map