Skip to content

Variable: AccountStatusSchema

ts
const AccountStatusSchema: ZodEnum<{
  active: "active";
  closed: "closed";
  inactive: "inactive";
  unknown: "unknown";
}>;

Defined in: src/v2/models/accountStatus.ts:4

The account status of the user.