initial
This commit is contained in:
10
ts_interfaces/data/group.ts
Normal file
10
ts_interfaces/data/group.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export interface IGroup {
|
||||
id: string;
|
||||
name: string;
|
||||
fullPath: string;
|
||||
description: string;
|
||||
webUrl: string;
|
||||
connectionId: string;
|
||||
visibility: string;
|
||||
projectCount: number;
|
||||
}
|
||||
Reference in New Issue
Block a user