feat: add readme card plugin on azure devops
Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user