import type { FrameSelectionMethod } from './frame-selection-method';
export interface PatchedTaskValidationLayoutWriteRequest {
    'disabled_frames'?: Array<number>;
    'frame_selection_method'?: FrameSelectionMethod;
    'honeypot_real_frames'?: Array<number>;
}
