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) 233 B
var Method; (function (Method) { Method["Get"] = "GET"; Method["Post"] = "POST"; Method["Put"] = "PUT"; Method["Delete"] = "DELETE"; })(Method || (Method = {})); export { Method }; //# sourceMappingURL=types.mjs.map