interface IReference {
    id: string;
    typeId: string;
}

Hierarchy (View Summary)

Properties

Properties

id: string

Unique ID of the referenced resource.

typeId: string

Type of referenced resource.