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