further types

This commit is contained in:
James
2020-11-30 14:16:55 -05:00
parent e2d9cd1eed
commit 98b62df792
30 changed files with 197 additions and 93 deletions

View File

@@ -23,7 +23,7 @@ export type ImageSize = {
name: string,
width: number,
height: number,
crop: string, // comes from sharp package
crop?: string, // comes from sharp package
};
export type IncomingUploadType = {