initial
This commit is contained in:
12
ts_interfaces/data/project.ts
Normal file
12
ts_interfaces/data/project.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface IProject {
|
||||
id: string;
|
||||
name: string;
|
||||
fullPath: string;
|
||||
description: string;
|
||||
defaultBranch: string;
|
||||
webUrl: string;
|
||||
connectionId: string;
|
||||
visibility: string;
|
||||
topics: string[];
|
||||
lastActivity: string;
|
||||
}
|
||||
Reference in New Issue
Block a user