UNPKG

@liara/cli

Version:

The command line interface for Liara

5 lines (4 loc) 119 B
import INetwork from '../types/network.js'; export default interface IGetNetworkResponse { networks: INetwork[]; }