Overview
Low-level shared types and utilities used throughout core/state/parser packages.
API Reference
Shared runtime and type utilities.
export interface IChainPart {
context: unknown;
index: unknown;
}import type { IChainPart } from '@rs-x/core';2 members in this interface.
context: unknownType
unknown
index: unknownType
unknown