import nodes from "./schema-nodes";
import marks from "./schema-marks";
-const index = new Schema({
+/** @var {PmSchema} schema */
+const schema = new Schema({
nodes,
marks,
});
-export default index;
\ No newline at end of file
+export default schema;
\ No newline at end of file