/* eslint-disable */
import * as Types from '@graphcommerce/graphql-mesh/.mesh';

export type StoreConfigFragment = { website_name?: string | null, store_code?: string | null, store_name?: string | null, locale?: string | null, base_currency_code?: string | null, default_display_currency_code?: string | null, title_suffix?: string | null, title_prefix?: string | null, title_separator?: string | null, default_title?: string | null, cms_home_page?: string | null, catalog_default_sort_by?: string | null, category_url_suffix?: string | null, product_url_suffix?: string | null, secure_base_link_url?: string | null, secure_base_url?: string | null, root_category_uid?: string | null, weight_unit?: string | null, product_reviews_enabled?: string | null, allow_guests_to_write_product_reviews?: string | null, grid_per_page?: number | null, grid_per_page_values?: string | null, list_per_page?: number | null, autocomplete_on_storefront?: boolean | null, minimum_password_length?: string | null, required_character_classes_number?: string | null, magento_wishlist_general_is_enabled?: string | null };
