# @astral-web/magento-types

這是共用的 TypeScript 型別定義套件，為 Magento 電商平台和 Strapi CMS 系統提供擴展的型別定義。

## 功能

- 擴展 `@vue-storefront/magento-types` 的基礎型別
- 提供 Strapi CMS 的完整內容型別定義
- 包含購物車、商品、客戶、訂單等核心功能的型別

## 使用方法

```typescript
import type {
  ExtendCart,
  ExtendProductInterface,
  Section
} from '@astral-web/magento-types';
```

## 授權聲明
此套件僅供 Astral Web 內部使用，未經授權不得用於其他用途。
