Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    Preparing search index...

    Interface NewsArticleMetadata

    interface NewsArticleMetadata {
    ย ย ย ย slug: string;
    ย ย ย ย date: string;
    ย ย ย ย type: string;
    ย ย ย ย languages: string[];
    ย ย ย ย title: Record<string, string>;
    ย ย ย ย description: Record<string, string>;
    ย ย ย ย section: string;
    ย ย ย ย author: string;
    }
    Index

    Properties

    slug: string
    date: string
    type: string
    languages: string[]
    title: Record<string, string>
    description: Record<string, string>
    section: string
    author: string