gsr
    Preparing search index...

    Interface OrganicResultNode

    interface OrganicResultNode {
        description: string;
        link: string;
        title: string;
        type: "ORGANIC";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    link: string
    title: string
    type: "ORGANIC"