mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix createTapePrintParamsXml from npm test
This commit is contained in:
parent
8d7ab38722
commit
925d758564
@ -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". */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user