summaryrefslogtreecommitdiff
path: root/packages/frontend/src/declaration.d.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-06-22 11:20:49 -0300
committerSebastian <sebasjm@gmail.com>2021-06-24 09:29:41 -0300
commita75d12bb47ceaf17648a8fcc7c9d0e515ae2fcae (patch)
treed783e019c407f728d09abddd7b656520a897da74 /packages/frontend/src/declaration.d.ts
parentba74497459c00a664eef9ccb390e1b917aae08ac (diff)
downloadmerchant-backoffice-a75d12bb47ceaf17648a8fcc7c9d0e515ae2fcae.tar.gz
merchant-backoffice-a75d12bb47ceaf17648a8fcc7c9d0e515ae2fcae.tar.bz2
merchant-backoffice-a75d12bb47ceaf17648a8fcc7c9d0e515ae2fcae.zip
from star to alert, using amounts api
Diffstat (limited to 'packages/frontend/src/declaration.d.ts')
-rw-r--r--packages/frontend/src/declaration.d.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/frontend/src/declaration.d.ts b/packages/frontend/src/declaration.d.ts
index 82bc694..1722a3d 100644
--- a/packages/frontend/src/declaration.d.ts
+++ b/packages/frontend/src/declaration.d.ts
@@ -844,9 +844,6 @@ export namespace MerchantBackend {
fulfillment_url?: string;
}
- // FIXME: Where is this being used?
- // type ProductSpecification = (MinimalInventoryProduct | Product);
-
interface MinimalInventoryProduct {
// Which product is requested (here mandatory!)
product_id: string;