Variable MatchIDTypeSchemaConst
MatchIDTypeSchema: ZodUnion<
readonly [
ZodLiteral<"hashed_email">,
ZodLiteral<"hashed_phone">,
ZodLiteral<"rampid">,
ZodLiteral<"id5">,
ZodLiteral<"uid2">,
ZodLiteral<"euid">,
ZodLiteral<"pairid">,
ZodLiteral<"maid">,
ZodLiteral<"other">,
],
> = ...