Merge branch 'develop' into feature-ui

This commit is contained in:
Kane Wang 2023-11-01 15:42:07 +08:00
commit 0650227861
1 changed files with 6 additions and 0 deletions

View File

@ -31,6 +31,12 @@ interface ImportBIReportResponse
importedCount: number,
}
interface QueryBITelsalerAttachingRateReportResponse
{
success: boolean,
message: string,
}
type ImportBIReportResponseHandler = ( response: ImportBIReportResponse, error?: any ) => void;
/**