Variable accountStatusConst

accountStatus: ZodUnion<[ZodLiteral<"uninit">, ZodLiteral<"frozen">, ZodLiteral<"active">, ZodLiteral<"nonexist">]> = ...

Generated using TypeDoc