Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Interface SCBPreset

    interface SCBPreset {
    ย ย ย ย key: SCBPresetKey;
    ย ย ย ย tableId: string;
    ย ย ย ย label: string;
    ย ย ย ย domain: string;
    ย ย ย ย defaultValueCodes: Readonly<Record<string, string>>;
    ย ย ย ย notes: string;
    }
    Index
    tableId: string
    label: string
    domain: string
    defaultValueCodes: Readonly<Record<string, string>>
    notes: string