Skip to main content

ConfigStatus Object

Description

Status configuration for the shop.

Declaration

type ConfigStatus {
active: Boolean
reason: String
date: Date
}

Fields

NameTypeDescription
activeBooleanWhether the shop is currently active.
reasonStringReason for the current status.
dateDateDate when the status was set.