Home
last modified time | relevance | path

Searched defs:FileSystemAcceptedUploadHttpMethod (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.types.d.ts224 export type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH'; alias
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts249 export type FileSystemAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH'; alias