Databricks SDK for JavaScript
    Preparing search index...

    Represents a list of dependencies.

    interface DependencyList {
        dependencies?: Dependency[];
    }
    Index

    Properties

    Properties

    dependencies?: Dependency[]

    An array of Dependency.