import type { SingleSegmentScarfFillingType } from './SingleSegmentScarfFillingType.ts';
export interface SegmentScarfFillingType {
    content: SingleSegmentScarfFillingType[];
}
