add dir to different positions

This commit is contained in:
lublak
2021-02-15 13:25:30 +01:00
parent 8f318de288
commit cb9f31c49d
3 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ export interface IBinaryData {
data: string;
mimeType: string;
fileName?: string;
dir?: string;
fileExtension?: string;
}