Implemented test run deletion

This commit is contained in:
Takeshi Kimata
2024-04-13 13:33:05 +09:00
parent c852d2e0cd
commit 42ab034a59
7 changed files with 46 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
export type RunType = {
id: number;
title: string;
name: string;
configurations: number;
description: string;
state: number;