Type Alias Crop

Crop: {
    attributesToCrop?: string[];
    cropLength?: number;
    cropMarker?: string;
}