export interface IZDatabaseOptions { database: string; url?: string; timeout?: number; }