Norway Open Data SDK
    Preparing search index...

    Type Alias ParliamentaryPersonReference

    A compact person reference embedded in a parliamentary question.

    type ParliamentaryPersonReference = {
        fullName?: string;
        id?: string;
    }
    Index
    fullName?: string
    id?: string