Skip to main content
Version: v1

IJSONSegment Interface

Signature

export interface IJSONSegment

Properties

Property Modifiers Type Description
props optional Record<string, any>

Property Details

props

Signature

props?: Record<string, any>;

Type: Record<string, any>