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

Hierarchy (View Summary)

Properties

Properties

id: string

Unique ID of the referenced resource.

Type of referenced resource.