Generated the following references: - `api_key` - `auth` - `auth_provider` - `cart` - `core_flows` - `currency` - `customer` - `customer_models` - `dml` - `file` - `fulfillment` - `fulfillment_provider` - `inventory_next` - `modules` - `modules_sdk` - `notification` - `order` - `order_models` - `payment` - `payment_provider` - `pricing` - `product` - `product_models` - `promotion` - `region` - `sales_channel` - `stock_location_next` - `store` - `tax` - `tax_provider` - `types` - `user` - `utils` - `workflows`
18 lines
204 B
Plaintext
18 lines
204 B
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# NotificationStatus
|
|
|
|
## Enumeration Members
|
|
|
|
### PENDING
|
|
|
|
**PENDING** = `"pending"`
|
|
|
|
### SUCCESS
|
|
|
|
**SUCCESS** = `"success"`
|
|
|
|
### FAILURE
|
|
|
|
**FAILURE** = `"failure"`
|