feat: add readme card plugin on azure devops

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-11 16:07:10 +01:00
parent af1e11b744
commit bd34a1e7d4
10 changed files with 333 additions and 2 deletions
+10
View File
@@ -192,6 +192,16 @@ export interface Team {
members?: string[];
}
export interface ReadmeConfig {
project: string;
repo: string;
}
export interface Readme {
url: string;
content: string;
}
export interface TeamMember {
id?: string;
displayName?: string;