Norway Open Data SDK
    Preparing search index...

    Type Alias Representative

    A normalized elected representative from Stortinget.

    type Representative = {
        activeFrom?: string;
        activeTo?: string;
        county?: string;
        firstName?: string;
        fullName: string;
        id: string;
        lastName?: string;
        party?: { id?: string; name?: string };
    }
    Index
    activeFrom?: string

    Not currently supplied by the representative/person exports.

    activeTo?: string

    Not currently supplied by the representative/person exports.

    county?: string
    firstName?: string
    fullName: string
    id: string
    lastName?: string
    party?: { id?: string; name?: string }