{
  "api": {
    "name": "TestFlightDetectPlugin",
    "slug": "testflightdetectplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "checkTF",
        "signature": "() => Promise<{ \"isFromTestFlight\": boolean; \"isInSimulator\": boolean; \"isFromAppStore\": boolean; }>",
        "parameters": [],
        "returns": "Promise<{ isFromTestFlight: boolean; isInSimulator: boolean; isFromAppStore: boolean; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "checktf"
      }
    ],
    "properties": []
  },
  "interfaces": [],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}