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

20 lines (16 loc) 337 B
/** * @internal */ export const DIFF_VIEW_SEARCH_PARAMETER = 'diffView' /** * @internal */ export const DIFF_VIEW_PREVIOUS_DOCUMENT_SEARCH_PARAMETER = 'previousDocument' /** * @internal */ export const DIFF_VIEW_NEXT_DOCUMENT_SEARCH_PARAMETER = 'nextDocument' /** * @internal */ export const DIFF_SEARCH_PARAM_DELIMITER = ','