chore(templates): remove now unnecessary ts-ignore from lexical serializer (#8332)
This commit is contained in:
@@ -21,7 +21,6 @@ import type { Page } from '@/payload-types'
|
||||
export type NodeTypes =
|
||||
| DefaultNodeTypes
|
||||
| SerializedBlockNode<
|
||||
// @ts-ignore // TODO: Fix this
|
||||
| Extract<Page['layout'][0], { blockType: 'cta' }>
|
||||
| Extract<Page['layout'][0], { blockType: 'mediaBlock' }>
|
||||
| BannerBlockProps
|
||||
|
||||
Reference in New Issue
Block a user