interface ListDatabasesQueryOptions {
    skip?: string[];
}

Hierarchy (view full)

Properties

Properties

skip?: string[]