Skip to content

Commit

Permalink
fix(zod): add TABLE_FOOTER to schema for cell blocks (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbostock authored Sep 18, 2023
1 parent cc534f8 commit 7660ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BlockStruct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const CellBlockSchema = BlockBaseSchema.extend({
literal('TABLE_SUMMARY'),
literal('TABLE_SECTION_TITLE'),
literal('TABLE_TITLE'),
literal('TABLE_FOOTER'),
]),
])
.nullable()
Expand Down

0 comments on commit 7660ea5

Please sign in to comment.