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

    Interface PhaseMapping

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

    interface PhaseMapping {
        source_id: string;
        source_type: SourceType;
        phases: PhaseList;
        game_version: GameVersionReference;
        authored_by?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    source_id: string
    source_type: SourceType
    phases: PhaseList
    game_version: GameVersionReference
    authored_by?: string