@devgateway/wp-react-lib
    Preparing search index...

    Interface SearchResult

    interface SearchResult {
        _links: Links;
        id: number;
        subtype: string;
        title: string;
        type: string;
        url: string;
        value: string;
    }
    Index

    Properties

    _links: Links
    id: number
    subtype: string
    title: string
    type: string
    url: string
    value: string