Skip to content

Commit

Permalink
Update types/schema/blocks/block-rich-text.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rijk van Zanten <[email protected]>
  • Loading branch information
bryantgillespie and rijkvanzanten authored Jul 26, 2023
1 parent c548209 commit 0f573c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/schema/blocks/block-rich-text.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export interface BlockRichtext {
export interface BlockRichText {
id: string;
content: string;
}

0 comments on commit 0f573c4

Please sign in to comment.