Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...
    interface ArticleDisplayData {
    ย ย ย ย title: string;
    ย ย ย ย date: string;
    ย ย ย ย type: ArticleTypeValue;
    ย ย ย ย slug: string;
    ย ย ย ย lang: string;
    ย ย ย ย availableLanguages: string[];
    ย ย ย ย excerpt: string;
    ย ย ย ย topics: string[];
    ย ย ย ย tags: string[];
    }
    Index

    Properties

    title: string
    date: string
    slug: string
    lang: string
    availableLanguages: string[]
    excerpt: string
    topics: string[]
    tags: string[]