fix: add marks to JSONContent type
This commit is contained in:
@@ -66,6 +66,11 @@ export type JSONContent = {
|
||||
type: string,
|
||||
attrs?: Record<string, any>,
|
||||
content?: JSONContent[],
|
||||
marks?: {
|
||||
type: string,
|
||||
attrs?: Record<string, any>,
|
||||
[key: string]: any,
|
||||
}[],
|
||||
text?: string,
|
||||
[key: string]: any,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user