simgadget
    Preparing search index...

    Interface DeviceTypeInfo

    One row of xcrun simctl list devicetypes -j's devicetypes array.

    interface DeviceTypeInfo {
        identifier: string;
        name: string;
    }
    Index
    identifier: string
    name: string