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

    Interface SCBDomainConfig

    SCB policy domain definition with query and table mappings

    interface SCBDomainConfig {
        domain: string;
        query: string;
        tables: readonly string[];
        indicators: readonly string[];
    }
    Index

    Properties

    domain: string
    query: string
    tables: readonly string[]
    indicators: readonly string[]