UNPKG

sanity

Version:

Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches

11 lines (9 loc) 217 B
import {defineEvent} from '@sanity/telemetry' /** * @internal */ export const DocumentURLCopied = defineEvent({ name: 'DocumentURLCopied', version: 1, description: 'User copied document URL to clipboard', })