Type Alias HTTPBody

HTTPBody: Dict<
    | number
    | number[]
    | string
    | string[]
    | null>

Represents the type that can be used for the body of a request.