export interface RefAnchorAttributes {
    /**
     * Value to set `href` attribute of anchor in ref-field
     */
    href: string;
    /**
     * Value to set inner html of anchor in ref-field to be displayed on the UI
     */
    display: string;
}
