APIv1.Inactive type
An account can be deactivated by the user, an administrator, or automatically if there was no usage for a period of time. After deactivation the account will no longer be invoiced for usage and must be explicitly reactivated via the dashboard or API to enable further usage.
If your account is deactivated you won't receive notifications for future account events, you won't be able to use most of the API, and you won't be able to install the SDK. Reactivation will also require agreeing to the latest pricing terms.
Signature:
export type Inactive = "inactive";