export interface IPdfProps { pdfUrl: string | null pdfIsLoading: boolean pdfError: string | null }