{
  "api": {
    "name": "PrinterPlugin",
    "slug": "printerplugin",
    "docs": "",
    "tags": [],
    "methods": [
      {
        "name": "print",
        "signature": "(call: Props) => Promise<{}>",
        "parameters": [
          {
            "name": "call",
            "docs": "",
            "type": "Props"
          }
        ],
        "returns": "Promise<{}>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "Props"
        ],
        "slug": "print"
      },
      {
        "name": "printPdf",
        "signature": "(call: PrintPdfByFile) => Promise<{}>",
        "parameters": [
          {
            "name": "call",
            "docs": "",
            "type": "PrintPdfByFile"
          }
        ],
        "returns": "Promise<{}>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "PrintPdfByFile"
        ],
        "slug": "printpdf"
      },
      {
        "name": "printPdfWithSetup",
        "signature": "(call: PrintWithSetup) => Promise<{}>",
        "parameters": [
          {
            "name": "call",
            "docs": "",
            "type": "PrintWithSetup"
          }
        ],
        "returns": "Promise<{}>",
        "tags": [],
        "docs": "",
        "complexTypes": [
          "PrintWithSetup"
        ],
        "slug": "printpdfwithsetup"
      }
    ],
    "properties": []
  },
  "interfaces": [
    {
      "name": "Props",
      "slug": "props",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "uri",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "port",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "IPAddress",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        }
      ]
    },
    {
      "name": "PrintPdfByFile",
      "slug": "printpdfbyfile",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "base64String",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "port",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "IPAddress",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "string"
        },
        {
          "name": "offsetX",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "offsetY",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "dpi",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        }
      ]
    },
    {
      "name": "PrintWithSetup",
      "slug": "printwithsetup",
      "docs": "",
      "tags": [],
      "methods": [],
      "properties": [
        {
          "name": "width",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        },
        {
          "name": "height",
          "tags": [],
          "docs": "",
          "complexTypes": [],
          "type": "number"
        }
      ]
    }
  ],
  "enums": [],
  "typeAliases": [],
  "pluginConfigs": []
}