create runs list page
This commit is contained in:
10
frontend/types/run.ts
Normal file
10
frontend/types/run.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export type RunType = {
|
||||
id: number;
|
||||
name: string;
|
||||
configurations: number;
|
||||
description: string;
|
||||
state: number;
|
||||
projectId: number;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
};
|
||||
Reference in New Issue
Block a user