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

    A single government role record from the CIA data export.

    interface GovernmentRoleMember {
        roleId: string;
        department: string;
        roleCode: string;
        firstName: string;
        lastName: string;
        fromDate: string;
        toDate: string;
        personId: string;
        party: string;
        active: boolean;
    }
    Index

    Properties

    roleId: string
    department: string
    roleCode: string
    firstName: string
    lastName: string
    fromDate: string
    toDate: string
    personId: string
    party: string
    active: boolean