Interface SearchObject

interface SearchObject {
    id: string;
    title?: string;
    type: string;
    typeLabel?: string;
    uniqueKey?: string;
}

Hierarchy (view full)

Properties

id: string
title?: string
type: string
typeLabel?: string
uniqueKey?: string