| 93 | } |
| 94 | |
| 95 | export interface SplitTaskFile { |
| 96 | sourceFile: UploadFile |
| 97 | size: number |
| 98 | name: string |
| 99 | startByte?: number |
| 100 | endByte?: number |
| 101 | } |
| 102 | |
| 103 | export interface SplitTaskOptions { |
| 104 | file: UploadFile |
nothing calls this directly
no outgoing calls
no test coverage detected