Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 357 Bytes

source.md

File metadata and controls

17 lines (11 loc) · 357 Bytes

Source

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.

Example Usage

import { Source } from "@vercel/sdk/models/recordeventsop.js";

let value: Source = "LOCAL";

Values

"LOCAL" | "REMOTE"