import { provideManyDaffMagentoCacheableOperations } from '@daffodil/driver/magento'
Adds many operation names to the list of cacheable Magento operations. Use only with Angular 9+.
const provideManyDaffMagentoCacheableOperations: <R extends string = string>(...values: R[]) => ValueProvider[]