Interface KeywordProps

interface KeywordProps {
    hit: SearchKeyword;
}

Properties

Properties

hit: SearchKeyword