Variable AssetContentType1SchemaConst
AssetContentType1Schema: ZodUnion<
readonly [
ZodLiteral<"image">,
ZodLiteral<"video">,
ZodLiteral<"audio">,
ZodLiteral<"text">,
ZodLiteral<"markdown">,
ZodLiteral<"html">,
ZodLiteral<"css">,
ZodLiteral<"javascript">,
ZodLiteral<"vast">,
ZodLiteral<"daast">,
ZodLiteral<"promoted_offerings">,
ZodLiteral<"url">,
ZodLiteral<"webhook">,
],
> = ...