Variable URLAssetSchemaConst
URLAssetSchema: ZodIntersection<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
ZodObject<
{
url: ZodString;
url_type: ZodOptional<
ZodNullable<
ZodUnion<
readonly [
ZodLiteral<"clickthrough">,
ZodLiteral<"tracker_pixel">,
ZodLiteral<"tracker_script">,
],
>,
>,
>;
description: ZodOptional<ZodNullable<ZodString>>;
},
$strip,
>,
> = ...