export interface DeleteScreen {
  /** The ID of the screen. */
  screenId: number;
}
