fix: type errors

This commit is contained in:
2025-05-01 17:35:04 +02:00
parent 92696c3e16
commit 8154814805
3 changed files with 17 additions and 5 deletions

View File

@@ -78,7 +78,7 @@ function addSectionCell(
function modifySectionCell(
sectionCellId: number,
sectionCellDetails: SectionCell, // Replace 'any' with a proper type for section cell details if available
sectionCellDetails: SectionCell,
onSuccessHandler?: (response: AxiosResponse) => void,
onErrorHandler?: (error: AxiosError) => void
): void {