FileUploadContext
No description provided.
FileUploadContext
Copy
Ask AI
type FileUploadContext = () => { progress: number | null, loaded: number, error: [StorageErrorPayload](/reference/javascript/storage/types/storage-error-payload) | null, id: string, bucketId: string, file: File }
Was this page helpful?
On this page
Assistant
Responses are generated using AI and may contain mistakes.