export interface SingleSegmentScarfFillingType {
    x: string;
    width: string;
    y: number;
    height: number;
    identifier: string;
}
