UNPKG

@liara/cli

Version:

The command line interface for Liara

10 lines (9 loc) 171 B
export interface IBackUp { name: string; lastModified: string; etag: string; size: number; } export default interface IBackups { backups: IBackUp[]; }