UNPKG

@lxdhub/interfaces

Version:

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

13 lines (11 loc) 279 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>; }