export type SanityBlockArray = { _type: string; children: any[]; markDefs?: any[] | undefined; style?: string | undefined; listItem?: string | undefined; level?: number | undefined; _key: string; }[]