Alokai

ShoppingListData

interface ShoppingListData extends Omit<MyShoppingListDraft, "currency"> {
	currency?: string;
}

Properties

NameRequiredTypeDescription
currencyOptionalstring

Referenced Types

On this page