import type { CartKey } from './types';
export const cartKeysThatDoNotAllowFetch: CartKey[] = [ 'no-user' ];
