export interface PDFPositions {
    linePosition: number;
    columnPosition: number;
}
