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

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