Interface IWithReferencesProp

An object with a references property.

interface IWithReferencesProp {
    references: Nilable<string[]>;
}

Properties

Properties

references: Nilable<string[]>

An optional list of references. Should be handled as URIs.

Generated using TypeDoc