Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dynablox_opencloud/src/rest/RESTController.ts>ExpectContentType

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
type alias ExpectContentType
import { type ExpectContentType } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/rest/RESTController.ts";

The content type to expect from the server's response.

definition:
| "json"
| "text"
| "arrayBuffer"
| "blob"
| "formData"
| "none"