chore: todo

This commit is contained in:
karishmas6
2024-10-09 15:45:22 +05:30
parent 29d90ec582
commit 40cebea20f

View File

@@ -2,6 +2,10 @@ import { Model, DataTypes, Optional } from 'sequelize';
import sequelize from '../db/config';
import Robot from './Robot';
// TODO:
// 1. rename variables
// 2. we might not need interpreter settings?
// 3. store binaryOutput in MinIO
interface InterpreterSettings {
maxConcurrency: number;
maxRepeats: number;