export interface ScarfPlotStateType {
    scarfPlotId: number;
    stimulusId: number;
    zoomLevel: number;
}
