Skip to content

gi-nx


gi-nx / FileContentType

ts
type FileContentType = 
  | "image/png"
  | "image/jpeg"
  | "image/webp"
  | "image/*"
  | "model/glb"
  | "model/gltf"
  | "application/json"
  | "application/pdf";

Shortcut: used for String.includes() in content-type header