eploy2
Version:
Easy deployment for any programming languages and also transfer the files to a server instantly with a single command
5 lines • 344 B
TypeScript
import prompts from 'prompts';
export declare const chooseTransferType: (type: number) => Promise<prompts.Answers<string>>;
export declare const chooseCloudType: (type: number) => Promise<prompts.Answers<string>>;
export declare const confirmDeleteService: () => Promise<prompts.Answers<"confirm_delete">>;
//# sourceMappingURL=prompts.d.ts.map