A reference candidate reduced to the two fields the widget needs.

interface RefCandidate {
    name: string;
    shortcode: string;
}

Properties

Properties

name: string
shortcode: string