Skip to content

Commit 66fcf9c

Browse files
linter for terminal.d.ts (#86)
1 parent dc2780b commit 66fcf9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

types/terminal.d.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import {
1111
ITipConfiguration,
1212
IRefund,
1313
IPaymentIntentExpandedMethod,
14-
IReaderSettings, ISetReaderSettingsRequest,
14+
IReaderSettings,
15+
ISetReaderSettingsRequest,
1516
} from './proto';
1617

1718
export {
@@ -516,7 +517,9 @@ export class Terminal {
516517
*
517518
* @param request The request with the values to set on the reader.
518519
*/
519-
setReaderSettings(request: ISetReaderSettingsRequest): Promise<IReaderSettings>;
520+
setReaderSettings(
521+
request: ISetReaderSettingsRequest
522+
): Promise<IReaderSettings>;
520523

521524
/**
522525
* Retrieves current settings from the connected reader.

0 commit comments

Comments
 (0)