mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
8 lines
120 B
TypeScript
8 lines
120 B
TypeScript
export interface ItemImage {
|
|
id: string;
|
|
itemId: string;
|
|
url: string;
|
|
createdAt: string;
|
|
updatedAt: string;
|
|
}
|