interface IKeyReference {
    key: string;
    typeId: ReferenceTypeId;
}

Hierarchy (View Summary)

Properties

Properties

key: string

User-defined unique and immutable key of the referenced resource.

Type of referenced resource.