interface SearchTerm {
    term: string;
}

Properties

Properties

term: string