@biblioteksentralen/cordata
    Preparing search index...

    Interface Platform

    A video game platform.

    interface Platform {
        abbreviatedName?: string;
        code: string;
        name: string;
    }
    Index

    Properties

    abbreviatedName?: string

    Abbreviated name of the platform. Example: "PS4"

    code: string

    Two-letter code used for the platform in BSMARC/NORMARC 019$b.

    name: string

    Full name of the platform. Example: "PlayStation 4"