@coopenomics/sdk
    Preparing search index...
    interface ISearchResult {
        coopname: string;
        created_at: string;
        full_title: string;
        hash: string;
        highlights: string[];
        registry_id: number;
        username: string;
    }
    Index

    Properties

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