UNPKG

@lxdhub/interfaces

Version:

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

10 lines (9 loc) 158 B
/** * Represents a microservice, which LXDHub offers */ export interface ILXDHubService { /** * Run the service */ run(): Promise<any>; }