react-application-core
Version:
A react-based application core for the business applications.
11 lines • 329 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.INITIAL_REDUX_QUERY_FILTER_ENTITY = void 0;
/**
* @initial-redux-entity
* @stable [08.05.2020]
*/
exports.INITIAL_REDUX_QUERY_FILTER_ENTITY = Object.freeze({
query: '',
});
//# sourceMappingURL=query-definition.interface.js.map