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