feat(SW-66, SW-348): search functionality and ui
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
export type Image = {
|
||||
description?: string
|
||||
export interface Image {
|
||||
description?: string | null
|
||||
dimension: {
|
||||
height: number
|
||||
width: number
|
||||
}
|
||||
metadata: JSON | null
|
||||
metadata?: JSON | null
|
||||
system: {
|
||||
uid: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user