import { UnitizedNumber, Length } from '@speleotica/unitized' import { FrcsPlotShot } from './FrcsPlotShot' import { SegmentParseError } from 'parse-segment' export type FrcsPlotFile = { totalLength: UnitizedNumber shots: Array errors?: Array | null }