Interface SearchHighlight

interface SearchHighlight {
    keyword?: string;
}

Properties

Properties

keyword?: string