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

16 lines (14 loc) 276 B
/** * The locale namespace for the studio core. * * @internal * @hidden */ export const studioLocaleNamespace = 'studio' as const /** * The namespace for validation messages. * * @internal * @hidden */ export const validationLocaleNamespace = 'validation' as const