ShoppingListData
interface ShoppingListData extends Omit<MyShoppingListDraft, "currency"> {
currency?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string |
interface ShoppingListData extends Omit<MyShoppingListDraft, "currency"> {
currency?: string;
}| Name | Required | Type | Description |
|---|---|---|---|
currency | Optional | string |