UNPKG

@liara/cli

Version:

The command line interface for Liara

7 lines (6 loc) 187 B
import IRelease from './release.js'; import IBuildOutput from './build-output.js'; export default interface IBuildLogsResponse { release: IRelease; buildOutput: IBuildOutput[]; }