DCS World Typescript
    Preparing search index...
    type AirbaseDesc = {
        _origin: "";
        attributes: Record<string, boolean>;
        category: number;
        displayName: string;
        life: number;
        typeName: string;
    }
    Index

    Properties

    _origin: ""
    attributes: Record<string, boolean>
    category: number
    displayName: string
    life: number
    typeName: string