feat:提交
This commit is contained in:
8
tests/dev1/dataHandle/models/file.ts
Normal file
8
tests/dev1/dataHandle/models/file.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface FileOptions {
|
||||
encode?: string;
|
||||
addBOM?: boolean;
|
||||
}
|
||||
export interface FileInfo extends FileOptions {
|
||||
name: string,
|
||||
content: string | Blob | Uint8Array,
|
||||
}
|
Reference in New Issue
Block a user