UNPKG

ts-mean

Version:

Boilerplate for a TS-MEAN App

11 lines (10 loc) 177 B
export interface AppProperties { db: { host: string; dbname: string; port: number; dbuser: string; dbpassword: string; testsMayDropDb: boolean; }; }