Skip to main content
Version: v1

IJSONSegment Interface

Signature

export interface IJSONSegment

Properties

PropertyModifiersTypeDescription
propsoptionalRecord<string, any>

Property Details

props

Signature

props?: Record<string, any>;

Type: Record<string, any>