Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 344 Bytes

event.md

File metadata and controls

17 lines (11 loc) · 344 Bytes

Event

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.

Example Usage

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

let value: Event = "HIT";

Values

"HIT" | "MISS"