UNPKG

obrigado-react-admin-backend-utils

Version:
38 lines 913 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ReactAdminDataProvider { async getList(params, context) { return null; } async getOne(id, context) { return null; } async getMany(ids, context) { return null; } async getManyReference(params, context) { return null; } async update(id, data, context) { return null; } async updateMany(ids, data, context) { return null; } async create(data, context) { return null; } async delete(id, context) { return null; } async deleteMany(ids, context) { return null; } alterGetListQuery(qb, params) { return; } applyFilterToQuery(qb, params, metadata, context) { } } exports.ReactAdminDataProvider = ReactAdminDataProvider; //# sourceMappingURL=ReactAdminDataProvider.js.map