@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface UseUploadOptions

    Options for the useUpload hook.

    interface UseUploadOptions {
        onError?: (error: DypaiError) => void;
        onSuccess?: (data: any) => void;
    }
    Index

    Properties

    Properties

    onError?: (error: DypaiError) => void

    Called on error

    onSuccess?: (data: any) => void

    Called on success