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

    Interface BreakingEventData

    Event data passed into the breaking news generator

    interface BreakingEventData {
        voteId?: string;
        topic?: string;
        slug?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    voteId?: string
    topic?: string
    slug?: string