Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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[]