Types > StorefrontQuestionSearchResult
Description
Topic: Search
Fields
Total number of items in the collection
items: [StorefrontProductQuestion]
Used By
Queries
Preview (typescript)
interface StorefrontQuestionSearchResult {count: numberitems?: (StorefrontProductQuestion | null)[]}