interface SearchItemLink {
    displayText: string;
    objectKey: string;
}

Properties

displayText: string
objectKey: string