Interface ResourceIdentifier

The unique identifier of a resource.

interface ResourceIdentifier {
    path: string;
}

Properties

Properties

path: string

Path to the relevant resource.