@alpaca-software/40kdc-data
    Preparing search index...

    Interface GameVersion

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "game-version".

    interface GameVersion {
        edition: string;
        dataslate: string;
        effective_date: string;
        label?: string;
        supersedes?: string | null;
    }
    Index

    Properties

    edition: string
    dataslate: string
    effective_date: string
    label?: string
    supersedes?: string | null