UNPKG

@randombenj/db

Version:

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

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