UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

10 lines (9 loc) 136 B
export declare enum HttpMethod { DELETE = 0, GET = 1, HEAD = 2, OPTIONS = 3, PATCH = 4, POST = 5, PUT = 6 }