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
16 lines (13 loc) • 447 B
text/typescript
import {defineEvent} from '@sanity/telemetry'
/** @internal */
export const AskToEditDialogOpened = defineEvent({
name: 'Ask To Edit Dialog Opened',
version: 1,
description: 'User clicked the "Ask to edit" button in the document permissions banner',
})
/** @internal */
export const AskToEditRequestSent = defineEvent({
name: 'Ask To Edit Request Sent',
version: 1,
description: 'User sent a role change request from the dialog',
})