A video game platform.

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

Hierarchy

  • CordataEntity
    • Platform

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"