import * as CONSUMER from './consumer'
import * as POS from './pos'
export const QUERY_CONSTANTS = {
POS,
CONSUMER,
}