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

5 lines (4 loc) 244 B
// api extractor take issues with 'as const' for literals // eslint-disable-next-line @typescript-eslint/prefer-as-const export const RELEASE_DOCUMENT_TYPE: 'system.release' = 'system.release' export const RELEASE_DOCUMENTS_PATH = '_.releases'