Skip to content

Variable: AccountStatusSchema

ts
const AccountStatusSchema: ZodCustom<"active" | "inactive" | "unknown" | "closed" | string & object, "active" | "inactive" | "unknown" | "closed" | string & object>;

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

The account status of the user.