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

    Interface AffordabilityUnit

    One unit already in the list (fixes the running total + per-datasheet ordinals).

    interface AffordabilityUnit {
        unitId: string;
        modelCount: number;
        enhancementId?: string | null;
    }
    Index

    Properties

    unitId: string
    modelCount: number
    enhancementId?: string | null