UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 296 B
/** Presigned URL method */ export var PresignedURLMethodEnum; (function (PresignedURLMethodEnum) { PresignedURLMethodEnum["DELETE"] = "DELETE"; PresignedURLMethodEnum["GET"] = "GET"; PresignedURLMethodEnum["PUT"] = "PUT"; })(PresignedURLMethodEnum || (PresignedURLMethodEnum = {}));