Skip to content

CustomerStatus

Type: schema

TypeScript Definition

typescript
CustomerStatus: "active" | "inactive"

OpenAPI Schema

json
{
  "enum": [
    "active",
    "inactive"
  ]
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: