UNPKG

@liara/cli

Version:

The command line interface for Liara

5 lines (4 loc) 120 B
import IProject from '../types/project.js'; export default interface IGetProjectsResponse { projects: IProject[]; }