UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

9 lines (8 loc) 273 B
import Deployment from '../types/Deployment'; /** * Perform a custom deployment now * @author Gabe Abrams * @param deployment the currently selected deployment */ declare const deployCustomNow: (deployment: Deployment) => Promise<void>; export default deployCustomNow;