保存进度
This commit is contained in:
@@ -14,13 +14,14 @@ interface RegulatoryData {
|
||||
release_year: string;
|
||||
regulatory_name: string;
|
||||
comment: string;
|
||||
regulatory_files: null | RegulatoryFile[]
|
||||
regulatory_files: null | RegulatoryFile[];
|
||||
}
|
||||
|
||||
interface RegulatoryFile {
|
||||
regulatory_file_name: string;
|
||||
file_url: string;
|
||||
file_type: string
|
||||
local_file_path: null | string;
|
||||
file_type: string;
|
||||
}
|
||||
|
||||
export { type RegulatoryData, type RegulatoryFile };
|
||||
Reference in New Issue
Block a user