LWT JavaScript API
    Preparing search index...

    Article/feed link entity from API.

    interface Article {
        archivedTextId: number | null;
        audio: string;
        date: string;
        description: string;
        hasText: boolean;
        id: number;
        link: string;
        status: "error" | "new" | "imported" | "archived";
        textId: number | null;
        title: string;
    }
    Index

    Properties

    archivedTextId: number | null
    audio: string
    date: string
    description: string
    hasText: boolean
    id: number
    link: string
    status: "error" | "new" | "imported" | "archived"
    textId: number | null
    title: string