UNPKG

@lxdhub/interfaces

Version:

Display, search and copy LXD-images using a web interface.

11 lines (10 loc) 201 B
import { IRemoteConfig } from './'; /** * The interface for the LXDHub settings file */ export interface ILXDHubConfig { /** * The configured remotes */ remotes: IRemoteConfig[]; }