UNPKG

@randombenj/db

Version:

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

11 lines (9 loc) 208 B
import { LogType } from '@lxdhub/common'; export interface IDatabaseSettings { host: string; username: string; password: string; database: string; port: number; logLevel?: LogType; }