@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable AccountStatusSchemaConst

    AccountStatusSchema: ZodUnion<
        readonly [
            ZodLiteral<"active">,
            ZodLiteral<"pending_approval">,
            ZodLiteral<"rejected">,
            ZodLiteral<"payment_required">,
            ZodLiteral<"suspended">,
            ZodLiteral<"closed">,
        ],
    > = ...