mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
add image
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
export interface ItemImage {
|
||||
id: string;
|
||||
itemId: string;
|
||||
url: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
Reference in New Issue
Block a user