@wildix-internal/wim-integrations-client > IntegrationStatusType
IntegrationStatusType variable
Signature:
IntegrationStatusType: {
readonly BROKEN: "broken";
readonly DELETING: "deleting";
readonly DISABLED: "disabled";
readonly ENABLED: "enabled";
readonly INSTALLING: "installing";
readonly SUSPENDED: "suspended";
readonly WARNING: "warning";
}