Options
All
  • Public
  • Public/Protected
  • All
Menu

Module constants/apiError

Index

Variables

NOT_FOUND_ITEM_IN_CART: "NOT_FOUND_ITEM_IN_CART" = 'NOT_FOUND_ITEM_IN_CART'
POST_DOES_NOT_BELONG_TO_STORE: "POST_DOES_NOT_BELONG_TO_STORE" = 'POST_DOES_NOT_BELONG_TO_STORE'
REACHED_BUYER_PURCHASABLE_LIMIT: "REACHED_BUYER_PURCHASABLE_LIMIT" = 'REACHED_BUYER_PURCHASABLE_LIMIT'
default: { NOT_FOUND_ITEM_IN_CART: string; POST_DOES_NOT_BELONG_TO_STORE: string; REACHED_BUYER_PURCHASABLE_LIMIT: string }

Type declaration

  • NOT_FOUND_ITEM_IN_CART: string
  • POST_DOES_NOT_BELONG_TO_STORE: string
  • REACHED_BUYER_PURCHASABLE_LIMIT: string

Generated using TypeDoc