export interface IRethinkConfig { host: string; port: number; db: string; } export interface IDefaultAdapterOptions { default: boolean; }