{
  "api": {
    "name": "VideoDataBridgePlugin",
    "slug": "videodatabridgeplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "openVideo",
        "signature": "(videoData: VideoData) => Promise<{ success: boolean; }>",
        "parameters": [
          {
            "name": "videoData",
            "docs": "",
            "type": "VideoData"
          }
        ],
        "returns": "Promise<{ success: boolean; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "VideoData"
        ],
        "slug": "openvideo"
      },
      {
        "name": "openDownloadsPage",
        "signature": "() => Promise<{ success: boolean; }>",
        "parameters": [],
        "returns": "Promise<{ success: boolean; }>",
        "tags": [],
        "docs": "",
        "complexTypes": [],
        "slug": "opendownloadspage"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "VideoData",
      "slug": "videodata",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "token",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "userId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "videoData",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "clientId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "clientType",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "randomId",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}