ConfigurationChangeStatus
Values that represent the status of a configuration change.
Declaration
const ConfigurationChangeStatus: Readonly<{
readonly Initialized: "Initialized";
readonly Refreshed: "Refreshed";
}>Values that represent the status of a configuration change.
const ConfigurationChangeStatus: Readonly<{
readonly Initialized: "Initialized";
readonly Refreshed: "Refreshed";
}>