Package version:

Interface EntityReference

The entity reference.

interface EntityReference {
    referenceName?: string;
    type?: string;
}

Properties

referenceName?: string

The name of this referenced entity.

type?: string

The type of this referenced entity.