UNPKG

@lxdhub/interfaces

Version:

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

12 lines (11 loc) 278 B
import { ILXDHubService } from '.'; /** * Represents a microservice, which LXDHub offers */ export interface ILXDHubHttpService extends ILXDHubService { /** * Bootstraps the application and returns the express * instance */ bootstrap(): Promise<any>; }