@cpod/sdk - v0.2.7
    Preparing search index...

    Interface TaskFileUploadResponse

    File upload response

    interface TaskFileUploadResponse {
        file_id: string;
        file_path: string;
        message?: string;
    }
    Index

    Properties

    file_id: string
    file_path: string
    message?: string