refactor: more TS code

This commit is contained in:
Tristan Yang
2022-07-28 23:25:47 +08:00
parent e26b6f0fcc
commit 875f74c410
17 changed files with 67 additions and 47 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export interface UploadFileResponse {
path: string;
size: number;
hash: string;
image_properties: {
image_properties?: {
width: number;
height: number;
};