Interface SearchResult

interface SearchResult {
    results: Result[];
    total: number;
}

Properties

Properties

results: Result[]
total: number

Generated using TypeDoc