FilterPresentation
Defines how to present the filter values, specifies the presentation of the filter.
import { FilterPresentation } from '@daffodil/driver/shopify'
enum FilterPresentation {
Image = 'IMAGE',
Swatch = 'SWATCH',
Text = 'TEXT',
}