update license structures and init to setup image uploader

This commit is contained in:
2026-04-16 22:19:46 +03:30
parent 28575bd3d1
commit ac23d47b79
36 changed files with 379 additions and 142 deletions
+4
View File
@@ -0,0 +1,4 @@
export interface onSelectArgs {
data: FormData;
file: File;
}