@biblioteksentralen/cordata
    Preparing search index...

    Type Alias PegiAgeLimit

    PegiAgeLimit: CordataEntity & {
        type: "PegiAgeLimit";
        uri: string;
        years: number;
    }

    Age limits following the PEGI age ratings

    Type declaration

    • type: "PegiAgeLimit"
    • uri: string

      URI of the PEGI age limit from https://www.nb.no/nbvok/pegi

    • years: number

      Age suitability in years. A value of 0 years indicates suitable for everyone.