add NodeSchemaFields interface

This commit is contained in:
Philipp Kühn
2021-02-19 10:09:25 +01:00
parent 6f9557294e
commit 4a58978ffb
4 changed files with 17 additions and 10 deletions

View File

@@ -66,7 +66,7 @@ declare module '@tiptap/core' {
}
}
interface NodeConfig<Options> {
interface NodeSchemaFields<Options> {
/**
* Table Role
*/