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