import { NormalizerConfig } from './types'; export const defaultConfig: Required = { getNormalizationObjectKey: obj => obj.id as string | undefined, devLogging: false, structuralSharing: true, getArrayType: () => undefined, customArrayOperations: {}, };