打包项目
This commit is contained in:
@@ -4,7 +4,7 @@ export interface SplitExcelPayload {
|
||||
split_mode: 'rows_per_file' | 'parts'
|
||||
rows_per_file?: number
|
||||
parts?: number
|
||||
output_dir: string
|
||||
output_dir?: string
|
||||
}
|
||||
|
||||
export interface SplitExcelResultItem {
|
||||
@@ -37,6 +37,14 @@ export interface ExcelInfoResponse {
|
||||
error?: string
|
||||
}
|
||||
|
||||
export interface CleanExcelPayload {
|
||||
paths: string[]
|
||||
selected_columns: string[]
|
||||
keep_integer_ids?: boolean
|
||||
keep_underscore_ids?: boolean
|
||||
output_dir?: string
|
||||
}
|
||||
|
||||
export interface CleanExcelResultItem {
|
||||
result_id?: number
|
||||
source_path: string
|
||||
@@ -47,7 +55,7 @@ export interface CleanExcelResultItem {
|
||||
|
||||
export interface ConvertTxtPayload {
|
||||
paths: string[]
|
||||
output_dir: string
|
||||
output_dir?: string
|
||||
template_id: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user