update runCase at once

This commit is contained in:
Takeshi Kimata
2024-07-07 22:45:40 +09:00
parent 908400eb86
commit 6f562f3532
12 changed files with 143 additions and 364 deletions

View File

@@ -14,11 +14,7 @@ type RunCaseType = {
runId: number;
caseId: number;
status: number;
};
type RunCaseInfoType = {
runId: number;
caseId: number;
editState: 'notChanged' | 'changed' | 'new' | 'deleted';
};
type RunStatusCountType = {
@@ -86,6 +82,7 @@ type RunMessages = {
includeInRun: string;
excludeFromRun: string;
noCasesFound: string;
areYouSureLeave: string;
};
export { RunType, RunCaseType, RunCaseInfoType, RunStatusCountType, ProgressSeriesType, RunsMessages, RunMessages };
export type { RunType, RunCaseType, RunStatusCountType, ProgressSeriesType, RunsMessages, RunMessages };