UNPKG

dots-wrapper

Version:

Digital Ocean v2 api wrapper - javascript - typescript - nodejs

10 lines (9 loc) 181 B
export interface IDatabaseClusterConnection { database: string; host: string; password: string; port: number; ssl: boolean; uri: string; user: string; }