One of HIT
or MISS
. HIT
specifies that a cached artifact for hash
was found in the cache. MISS
specifies that a cached artifact with hash
was not found.
import { Event } from "@vercel/sdk/models/recordeventsop.js";
let value: Event = "HIT";
"HIT" | "MISS"