useCartNotification
Category:
Cart & Checkout
UI composable
Types
ts
export function useCartNotification(): useCartNotificationReturn
ts
export type useCartNotificationReturn = {
codeErrorsNotification(): void;
getErrorsCodes(): Schemas["CartError"][];
};