Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface RecentArticleInput

    Input shape for adding an article to recent-article tracking

    interface RecentArticleInput {
        slug: string;
        workflow?: string;
        title: string;
        topics?: string[];
        mcpQueries?: string[];
        timestamp?: string;
    }
    Index

    Properties

    slug: string
    workflow?: string
    title: string
    topics?: string[]
    mcpQueries?: string[]
    timestamp?: string