interface UploadFileResponse {
    error?: string;
    message?: string;
    namespace?: string;
    objectPath?: string;
}

Properties

error?: string
message?: string
namespace?: string
objectPath?: string