interface OperatingMode implements Enumimport { type OperatingMode } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/types.ts"; PropertiesreadonlyisNormal: booleanreadonlyisRejectingOutboundMessages: booleanreadonlyisHalted: booleanreadonlytype: "Normal" | "RejectingOutboundMessages" | "Halted"