We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768a5a5 commit 4c98593Copy full SHA for 4c98593
src/index.tsx
@@ -3,14 +3,14 @@ import invariant from 'invariant'
3
import type { PlatformTypes, SupportedPlatforms } from './fileTypes'
4
import { perPlatformTypes } from './fileTypes'
5
6
-export type DocumentPickerResponse = Array<{
+export type DocumentPickerResponse = {
7
uri: string
8
fileCopyUri: string
9
copyError?: string
10
type: string
11
name: string
12
size: number
13
-}>
+}
14
15
export const types = perPlatformTypes[Platform.OS]
16
0 commit comments