interface MmrError implements Enumimport { type MmrError } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/interfaces/types.ts"; PropertiesreadonlyisPush: booleanreadonlyisGetRoot: booleanreadonlyisCommit: booleanreadonlyisGenerateProof: booleanreadonlyisVerify: booleanreadonlyisLeafNotFound: booleanreadonlyisPalletNotIncluded: booleanreadonlyisInvalidLeafIndex: booleanreadonlytype: | "Push" | "GetRoot" | "Commit" | "GenerateProof" | "Verify" | "LeafNotFound" | "PalletNotIncluded" | "InvalidLeafIndex"