Schema for database information keyed by database name.

interface DbsInfoResult {
    error?: string;
    info?: DatabaseInformation;
    key: string;
}

Properties

Properties

error?: string

The name of the error.

Schema for information about a database.

key: string

Database name.

Generated using TypeDoc