FileType: {
    name: string;
    size: number;
    type: string;
    uri: string;
}

We are following the file format of react-native FormData

Type declaration

  • name: string
  • size: number
  • type: string
  • uri: string

Generated using TypeDoc