Skip to content

TBasketActions

TBasketActions object

TBasketActions is an object that represents a key value data type with basket actions inside

type TBasketActions = {
    [key: string]: BasketAction;
};

BasketAction

Represents the BasketAction model.