Variable OutcomeMeasurementSchemaConst
OutcomeMeasurementSchema: ZodObject<
{
type: ZodString;
attribution: ZodString;
window: ZodOptional<
ZodNullable<
ZodObject<
{
interval: ZodNumber;
unit: ZodUnion<
readonly [
ZodLiteral<"seconds">,
ZodLiteral<"minutes">,
ZodLiteral<"hours">,
ZodLiteral<"days">,
ZodLiteral<"campaign">,
],
>;
},
$loose,
>,
>,
>;
reporting: ZodString;
},
$loose,
> = ...