summaryrefslogtreecommitdiff
path: root/packages/frontend/src/declaration.d.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-05-03 01:26:16 -0300
committerSebastian <sebasjm@gmail.com>2021-05-03 01:26:26 -0300
commit6d040035819e5c90a1bbe7940f4d204b2de5c1f4 (patch)
treed2525255aa82a2dcbdddb207c197f0e3585f2290 /packages/frontend/src/declaration.d.ts
parent744c1d2e9258352218d5fe05f9c6c31afdf55476 (diff)
downloadmerchant-backoffice-6d040035819e5c90a1bbe7940f4d204b2de5c1f4.tar.gz
merchant-backoffice-6d040035819e5c90a1bbe7940f4d204b2de5c1f4.tar.bz2
merchant-backoffice-6d040035819e5c90a1bbe7940f4d204b2de5c1f4.zip
new translation system
Diffstat (limited to 'packages/frontend/src/declaration.d.ts')
-rw-r--r--packages/frontend/src/declaration.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/frontend/src/declaration.d.ts b/packages/frontend/src/declaration.d.ts
index 34370e0..0586cd7 100644
--- a/packages/frontend/src/declaration.d.ts
+++ b/packages/frontend/src/declaration.d.ts
@@ -328,6 +328,8 @@ export namespace MerchantBackend {
// Merchant name corresponding to this instance.
name: string;
+ deleted?: boolean;
+
// Merchant instance this response is about ($INSTANCE)
id: string;