From 925d758564d71a1b05a65d4ebd2b18bd024f0bcd Mon Sep 17 00:00:00 2001 From: Thijs Kuipers Date: Fri, 8 May 2015 21:57:09 +0200 Subject: [PATCH] Fix createTapePrintParamsXml from npm test --- dymo-label-framework/dymo-label-framework.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dymo-label-framework/dymo-label-framework.d.ts b/dymo-label-framework/dymo-label-framework.d.ts index 48cb26cf25..246405960f 100644 --- a/dymo-label-framework/dymo-label-framework.d.ts +++ b/dymo-label-framework/dymo-label-framework.d.ts @@ -189,7 +189,7 @@ declare module dymo.label.framework { * @param params A JavaScript object with the following properties * (not all properties must be defined; if a property is not defined, a default value is used) */ - function createTapePrintParamsXml(params): string; + function createTapePrintParamsXml(params: CreateTapePrintParamsXmlParams): string; interface PrinterInfo { /** Indicates whether the Auto-Cut feature is supported by the printer or not. Note: The property is only defined if printerType is "TapePrinter". */