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

    Variable ContentIDTypeSchemaConst

    ContentIDTypeSchema: ZodUnion<
        readonly [
            ZodLiteral<"sku">,
            ZodLiteral<"gtin">,
            ZodLiteral<"offering_id">,
            ZodLiteral<"job_id">,
            ZodLiteral<"hotel_id">,
            ZodLiteral<"flight_id">,
            ZodLiteral<"vehicle_id">,
            ZodLiteral<"listing_id">,
            ZodLiteral<"store_id">,
            ZodLiteral<"program_id">,
            ZodLiteral<"destination_id">,
            ZodLiteral<"app_id">,
        ],
    > = ...