UNPKG

363 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var FetchType;
4(function (FetchType) {
5 FetchType[FetchType["normal"] = 1] = "normal";
6 FetchType[FetchType["refetch"] = 2] = "refetch";
7 FetchType[FetchType["poll"] = 3] = "poll";
8})(FetchType = exports.FetchType || (exports.FetchType = {}));
9//# sourceMappingURL=types.js.map
\No newline at end of file