mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 17:44:33 +00:00
Fix createTapePrintParamsXml from npm test
This commit is contained in:
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user