import AlertDTO from "./AlertDTO"; export default interface SaveScreenDTO { proctoringId: string; alerts: AlertDTO[]; }