import { buildExportCreators } from '../../utils';
const CREATOR_NAME = 'createRpcQueryMobxStores';
export const createMobxQueryFactory = (context, obj) => {
return buildExportCreators(context, obj, CREATOR_NAME, ['ProtobufRpcClient'], CREATOR_NAME);
};