Type alias SimpleFile

SimpleFile: { content: string; contentType?: string; filePath?: string; name?: string }

See MultipartFormTransport - this is the representation that multipart forms will take on the server side

Type declaration

  • content: string
  • Optional contentType?: string
  • Optional filePath?: string
  • Optional name?: string

Generated using TypeDoc