add shopping list to flatastic
This commit is contained in:
@@ -14,10 +14,6 @@ interface FlatasticShoppingItem {
|
||||
id: string;
|
||||
}
|
||||
|
||||
interface FlatasticShoppingList {
|
||||
items: Array<FlatasticShoppingItem>;
|
||||
}
|
||||
|
||||
interface FlatasticChore {
|
||||
id: number;
|
||||
title: string;
|
||||
@@ -30,10 +26,4 @@ interface FlatasticChore {
|
||||
timeLeftNext: number;
|
||||
}
|
||||
|
||||
export type {
|
||||
Flatastic,
|
||||
FlatasticChore,
|
||||
FlatasticShoppingItem,
|
||||
FlatasticShoppingList,
|
||||
FlatasticUser,
|
||||
};
|
||||
export type { Flatastic, FlatasticChore, FlatasticShoppingItem, FlatasticUser };
|
||||
|
||||
Reference in New Issue
Block a user