UNPKG

@liara/cli

Version:

The command line interface for Liara

11 lines (10 loc) 205 B
export default interface IDatabase { _id: string; scale: number; hostname: string; type: string; planID: string; bundlePlanID: string; status: string; created_at: string; }