interface SchemaBuilderimport { type SchemaBuilder } from "https://dotland.deno.dev/x/live@1.63.12/engine/schema/builder.ts"; Propertiesdata: SchemaDataReturns the schema data raw Methodsbuild(): SchemasBuild the final schema. withBlockSchema(blockSchema: BlockModule | EntrypointModule): SchemaBuilderAdd a new block schema to the schema.