Skip to content

Commit

Permalink
linter for terminal.d.ts (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryx-stripe authored Nov 4, 2024
1 parent dc2780b commit 66fcf9c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions types/terminal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
ITipConfiguration,
IRefund,
IPaymentIntentExpandedMethod,
IReaderSettings, ISetReaderSettingsRequest,
IReaderSettings,
ISetReaderSettingsRequest,
} from './proto';

export {
Expand Down Expand Up @@ -516,7 +517,9 @@ export class Terminal {
*
* @param request The request with the values to set on the reader.
*/
setReaderSettings(request: ISetReaderSettingsRequest): Promise<IReaderSettings>;
setReaderSettings(
request: ISetReaderSettingsRequest
): Promise<IReaderSettings>;

/**
* Retrieves current settings from the connected reader.
Expand Down

0 comments on commit 66fcf9c

Please sign in to comment.