UNPKG

quora-automation

Version:

Automate creating question and getting all answers

5 lines (4 loc) 152 B
import { DEPLOYMENT_TYPES } from "./deployment-types"; export declare function launchConfig(deploymentType: DEPLOYMENT_TYPES): { args: string[]; };