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

export type CustomerStoreConfigFragment = { autocomplete_on_storefront?: boolean | null, minimum_password_length?: string | null, required_character_classes_number?: string | null };
