UNPKG

@shopify/admin-api-client

Version:

Shopify Admin API Client - A lightweight JS client to interact with Shopify's Admin API

11 lines (9 loc) 256 B
'use strict'; exports.Method = void 0; (function (Method) { Method["Get"] = "GET"; Method["Post"] = "POST"; Method["Put"] = "PUT"; Method["Delete"] = "DELETE"; })(exports.Method || (exports.Method = {})); //# sourceMappingURL=types.js.map