Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...
    interface ArticleInput {
        content?: string;
        sources?: string[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    content?: string
    sources?: string[]