Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
PatchedModel.mutate = function (params) {
return __awaiter(this, void 0, void 0, function () {
return __generator(this, function (_a) {
return [2 /*return*/, undefined];
});
});
};
PatchedModel.customQuery = function (params) {
return __awaiter(this, void 0, void 0, function () {
return __generator(this, function (_a) {
return [2 /*return*/, undefined];
});
});
};
return PatchedModel;
}(core_1.Model));
exports.PatchedModel = PatchedModel;
//# sourceMappingURL=interfaces.js.map