// Auto-generated via `yarn polkadot-types-from-defs`, do not edit /* eslint-disable */ import type { Enum } from '@polkadot/types'; /** @name StorageKind */ export interface StorageKind extends Enum { readonly isPersistent: boolean; readonly isLocal: boolean; } export type PHANTOM_OFFCHAIN = 'offchain';