@akamai/openapi-ts
    Preparing search index...

    Variable userTypeSchemaConst

    userTypeSchema: ZodObject<
        {
            user_type: ZodOptional<
                ZodEnum<
                    {
                        child: "child";
                        default: "default";
                        parent: "parent";
                        proxy: "proxy";
                    },
                >,
            >;
        },
        $strip,
    > = ...

    The type of user on an account. Mostly applies to the use of the parent and child accounts for Akamai partners functionality.