Dependency on an external file or service required during coding of responses.

interface Dependency {
    id: string;
    type: DependencyType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

id: string

Resource identifier (e.g. URL or filename)

type: DependencyType

Whether the dependency is a downloadable file or an online service