interface TMSegment {
    id: number;
    records: TMSegmentRecord[];
}

Properties

Properties

id: number
records: TMSegmentRecord[]