Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transform<A, B>

Transform shapes a write request's body before sending it to the server.

Type parameters

  • A

  • B

Hierarchy

  • Transform

Implemented by

Index

Properties

Methods

Properties

type

type: Mime

type of content being sent.

This must be a valid MIME type.

Methods

apply

  • apply(raw: A): Except<B>

Generated using TypeDoc