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

Hierarchy (View Summary)

Properties

Properties

key: string

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

typeId: string

Type of referenced resource.