gsr
    Preparing search index...

    Interface NewsResultNode

    interface NewsResultNode {
        description: string;
        link: string;
        published_date: string;
        source: string;
        title: string;
        type: "NEWS";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    link: string
    published_date: string
    source: string
    title: string
    type: "NEWS"