Skip to content

useCartNotification

useCartNotification

Category:
Cart & Checkout

UI composable

Types

ts
export function useCartNotification(): useCartNotificationReturn

source code

ts
export type useCartNotificationReturn = {
  codeErrorsNotification(): void;
  getErrorsCodes(): Schemas["CartError"][];
};

source code