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 =
|
export type NodeTypes =
|
||||||
| DefaultNodeTypes
|
| DefaultNodeTypes
|
||||||
| SerializedBlockNode<
|
| SerializedBlockNode<
|
||||||
// @ts-ignore // TODO: Fix this
|
|
||||||
| Extract<Page['layout'][0], { blockType: 'cta' }>
|
| Extract<Page['layout'][0], { blockType: 'cta' }>
|
||||||
| Extract<Page['layout'][0], { blockType: 'mediaBlock' }>
|
| Extract<Page['layout'][0], { blockType: 'mediaBlock' }>
|
||||||
| BannerBlockProps
|
| BannerBlockProps
|
||||||
|
|||||||
Reference in New Issue
Block a user