export type PageProperties = { landscape?: boolean; // Set the paper orientation to landscape (default false) nativePageRanges?: { from: number; to: number }; // Page ranges to print };