import type { SanityDocument } from '@sanity/client'; export interface IEditState = Record> { draft?: SanityDocument; published?: SanityDocument; }