export type PDFDetails = {
    totalPages: number;
    width: number;
    height: number;
};
