Segment interface

Firma:

export interface Segment 

Propiedades

Propiedad Tipo Descripción
endIndex. número
partIndex número
startIndex. número

Segment.endIndex

Firma:

endIndex: number;

Segment.partIndex.

Firma:

partIndex: number;

Segment.startIndex

Firma:

startIndex: number;