export interface SingleAoiVisibilityScarfFillingType {
    x1: string;
    x2: string;
    y: number;
    identifier: string;
}
