Skip to content

FormDataEntryValue

Types

t

@unboxed
type t = WebAPI.FetchTypes.formDataEntryValue =
| String(string)
| File(WebAPI.FileTypes.file)