@adcp/client API Reference - v4.19.0
    Preparing search index...

    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,
    > = ...