We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78318cc commit c410eb7Copy full SHA for c410eb7
packages/ui-extensions/src/surfaces/point-of-sale/api/standard/standard-api.ts
@@ -7,9 +7,11 @@ import {ProductSearchApi} from '../product-search-api/product-search-api';
7
import {PrintApi} from '../print-api/print-api';
8
import {StorageApi} from '../storage-api/storage-api';
9
import {PinPadApi} from '../pin-pad-api';
10
+import type {I18n} from '../../../../api';
11
12
export type StandardApi<T> = {[key: string]: any} & {
13
extensionPoint: T;
14
+ i18n: I18n;
15
} & LocaleApi &
16
ToastApi &
17
SessionApi &
0 commit comments