Fix createTapePrintParamsXml from npm test

This commit is contained in:
Thijs Kuipers 2015-05-08 21:57:09 +02:00
parent 8d7ab38722
commit 925d758564

View File

@ -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". */