refactor: infer types from zod validation
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ export type Image = {
|
||||
height: number
|
||||
width: number
|
||||
}
|
||||
metadata: JSON
|
||||
metadata: JSON | null
|
||||
system: {
|
||||
uid: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user