We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15becc commit b028a1bCopy full SHA for b028a1b
packages/core/src/schema/blocks/types.ts
@@ -313,11 +313,7 @@ export type PartialBlockNoDefaults<
313
BSchema extends BlockSchema,
314
I extends InlineContentSchema,
315
S extends StyleSchema,
316
-> = PartialBlocksWithoutChildren<
317
- BSchema,
318
- I,
319
- S
320
->[keyof PartialBlocksWithoutChildren<BSchema, I, S>] &
+> = PartialBlocksWithoutChildren<BSchema, I, S>[keyof BSchema] &
321
Partial<{
322
children: PartialBlockNoDefaults<BSchema, I, S>[];
323
}>;
0 commit comments