One of LOCAL
or REMOTE
. LOCAL
specifies that the cache event was from the user's filesystem cache. REMOTE
specifies that the cache event is from a remote cache.
import { Source } from "@vercel/sdk/models/recordeventsop.js";
let value: Source = "LOCAL";
"LOCAL" | "REMOTE"