add updated_at fields
This commit is contained in:
@@ -23,6 +23,7 @@ export interface Shop {
|
||||
city: string;
|
||||
address?: string;
|
||||
created_at: string;
|
||||
updated_at?: string;
|
||||
}
|
||||
|
||||
export interface ShopCreate {
|
||||
@@ -55,6 +56,7 @@ export interface ShoppingEvent {
|
||||
total_amount?: number;
|
||||
notes?: string;
|
||||
created_at: string;
|
||||
updated_at?: string;
|
||||
shop: Shop;
|
||||
groceries: GroceryWithEventData[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user