Home > @infiniteobjects/shopify-data-manager > AdminTypes > MarketingActivityStatusBadgeType
StatusBadgeType helps to identify the color of the status badge.
Signature:
export declare enum MarketingActivityStatusBadgeType
| Member | Value | Description |
|---|---|---|
| Attention | "ATTENTION" |
This status badge has type attention. |
| Default | "DEFAULT" |
This status badge has type default. |
| Info | "INFO" |
This status badge has type info. |
| Success | "SUCCESS" |
This status badge has type success. |
| Warning | "WARNING" |
This status badge has type warning. |