Variable DAASTTrackingEventSchemaConst
DAASTTrackingEventSchema: ZodUnion<
readonly [
ZodLiteral<"impression">,
ZodLiteral<"creativeView">,
ZodLiteral<"loaded">,
ZodLiteral<"start">,
ZodLiteral<"firstQuartile">,
ZodLiteral<"midpoint">,
ZodLiteral<"thirdQuartile">,
ZodLiteral<"complete">,
ZodLiteral<"mute">,
ZodLiteral<"unmute">,
ZodLiteral<"pause">,
ZodLiteral<"resume">,
ZodLiteral<"skip">,
ZodLiteral<"progress">,
ZodLiteral<"clickTracking">,
ZodLiteral<"customClick">,
ZodLiteral<"close">,
ZodLiteral<"error">,
ZodLiteral<"viewable">,
ZodLiteral<"notViewable">,
ZodLiteral<"viewUndetermined">,
ZodLiteral<"measurableImpression">,
ZodLiteral<"viewableImpression">,
],
> = ...