interface ListDatabasesQueryOptions {
    skip?: string[];
}

Hierarchy (View Summary)

Properties

Properties

skip?: string[]