UNPKG

dce-dev-wizard

Version:

Wizard for managing development apps at Harvard DCE.

8 lines (7 loc) 198 B
import Deployment from '../types/Deployment'; /** * View the tail of the logs * @author Gabe Abrams */ declare const viewLogs: (deployment: Deployment) => Promise<void>; export default viewLogs;