|
@@ -266,7 +266,10 @@ declare module 'api-type' {
|
|
|
type ImportMarkingData = BaseDefine<MarkingDataImport>
|
|
|
|
|
|
/** 获取导入文件路径 */
|
|
|
- type GetImportFilePath = BaseDefine<null, { rfPath: string; sampPath: string; standardPath: string }>
|
|
|
+ type GetImportFilePath = BaseDefine<
|
|
|
+ null,
|
|
|
+ { rfPath: string; sampleAPath: string; sampleBPath: string; markStandardPath: string }
|
|
|
+ >
|
|
|
|
|
|
interface SamplePaperImport {
|
|
|
file?: File
|