ConfigStatus Object
Description
Status configuration for the shop.
Declaration
type ConfigStatus {
active: Boolean
reason: String
date: Date
}
Fields
| Name | Type | Description |
|---|---|---|
active | Boolean | Whether the shop is currently active. |
reason | String | Reason for the current status. |
date | Date | Date when the status was set. |