Variable UserMatchSchemaConst
UserMatchSchema: ZodObject<
{
uids: ZodOptional<
ZodArray<
ZodObject<
{
type: ZodUnion<
readonly [
ZodLiteral<"rampid">,
ZodLiteral<"rampid_derived">,
ZodLiteral<"id5">,
ZodLiteral<"uid2">,
ZodLiteral<"euid">,
ZodLiteral<"pairid">,
ZodLiteral<"maid">,
ZodLiteral<"hashed_email">,
ZodLiteral<"publisher_first_party">,
ZodLiteral<"other">,
],
>;
value: ZodString;
},
$loose,
>,
>,
>;
hashed_email: ZodOptional<ZodString>;
hashed_phone: ZodOptional<ZodString>;
click_id: ZodOptional<ZodString>;
click_id_type: ZodOptional<ZodString>;
client_ip: ZodOptional<ZodString>;
client_user_agent: ZodOptional<ZodString>;
ext: ZodOptional<ZodObject<{}, $loose>>;
},
$loose,
> = ...