summaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/declaration.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/src/declaration.d.ts')
-rw-r--r--packages/merchant-backoffice-ui/src/declaration.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/merchant-backoffice-ui/src/declaration.d.ts b/packages/merchant-backoffice-ui/src/declaration.d.ts
index ff526282a..e39257a79 100644
--- a/packages/merchant-backoffice-ui/src/declaration.d.ts
+++ b/packages/merchant-backoffice-ui/src/declaration.d.ts
@@ -117,9 +117,6 @@ interface LoginToken {
// token used to get loginToken
// must forget after used
declare const __ac_token: unique symbol;
-type AccessToken = string & {
- [__ac_token]: true;
-};
export namespace ExchangeBackend {
interface WireResponse {