@not3/sdk
    Preparing search index...

    Type Alias FileUploadProgressHook

    FileUploadProgressHook: (progress: FileUploadProgress) => Promise<void> | void

    A hook that is called when the progress of a file upload changes.

    Type declaration