Skip to content

Commit 8b7492f

Browse files
committed
TypeScript error fix
1 parent 5f6748a commit 8b7492f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/ui-extensions/src/surfaces/point-of-sale/event/data/TransactionCompleteData.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import type {ReprintReceiptData} from './ReprintReceiptData';
88
* The data object provided to receipt targets containing transaction details.
99
*/
1010
export interface TransactionCompleteData extends BaseData {
11-
/**
12-
* Provides access to persistent local storage methods for your POS UI extension. Use this to store, retrieve, and manage data that persists across sessions.
13-
*/
14-
storage: BaseApi['storage'];
1511
/**
1612
* The transaction data, which can be one of the following types:
1713
* - `SaleTransactionData`: Defines the data structure for completed sale transactions.
@@ -28,10 +24,6 @@ export interface TransactionCompleteData extends BaseData {
2824
* The data object provided to receipt targets containing transaction details and reprint information.
2925
*/
3026
export interface TransactionCompleteWithReprintData extends BaseData {
31-
/**
32-
* Provides access to persistent local storage methods for your POS UI extension. Use this to store, retrieve, and manage data that persists across sessions.
33-
*/
34-
storage: BaseApi['storage'];
3527
/**
3628
* The transaction data, which can be one of the following types:
3729
* - `SaleTransactionData`: Defines the data structure for completed sale transactions.

0 commit comments

Comments
 (0)