interface ISearchResult {
    coopname: string;
    created_at: string;
    full_title: string;
    hash: string;
    highlights: string[];
    registry_id: number;
    username: string;
}

Properties

coopname: string
created_at: string
full_title: string
hash: string
highlights: string[]
registry_id: number
username: string