Interface IFunctionDependencyItem

A IDependencyItem with information about a function and its dependencies.

interface IFunctionDependencyItem {
    key: string;
    type: "function";
}

Hierarchy (view full)

Properties

Properties

key: string

The key / name.

type: "function"

The type.

Generated using TypeDoc