get-type-definitions
Retrieve TypeScript type definitions from the Brainerce SDK, segmented by domain, to understand the exact shape of objects like Product, Cart, Checkout, Order, and more.
Instructions
Get TypeScript type definitions from the Brainerce SDK, segmented by domain. Use this when you need to understand the exact shape of objects like Product, Cart, Checkout, Order, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The domain of types to retrieve. Use "helpers" for helper function signatures and common types like StoreInfo, PaginatedResponse. Use "content" for FAQ / Footer / Header / Announcement / RichText / Page. Use "regions" for Region / TaxClass admin types. |