update runCase at once

This commit is contained in:
Takeshi Kimata
2024-07-16 21:34:21 +09:00
parent 1c436b7db6
commit b00c93bcd2
6 changed files with 78 additions and 104 deletions

View File

@@ -35,7 +35,9 @@ type StepType = {
};
type RunCaseType = {
id: number;
runId: number;
caseId: number;
status: number;
editState: 'notChanged' | 'changed' | 'new' | 'deleted';
};