refactor: enhance type safety by replacing any types with stricter types across the codebase, improving error handling and reducing potential bugs
This commit is contained in:
9
types/jspdf-autotable.d.ts
vendored
Normal file
9
types/jspdf-autotable.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'jspdf'
|
||||
|
||||
declare module 'jspdf' {
|
||||
interface jsPDF {
|
||||
lastAutoTable: {
|
||||
finalY: number
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user