import { Rectangle } from '../rectangle'; export interface AddFieldParameters { name?: string; pageNumber: number; rectangle: Rectangle; }