Represents a reference to a resource.

interface ResourceReference {
    alias?: string;
}

Hierarchy (View Summary)

Properties

Properties

alias?: string

An alias to be used when referencing the resource.