Skip to content

Commit edeaaa3

Browse files
author
bunsenstraat
authored
Merge pull request #411 from ethereum/adding_new_fields_to_profile
Update profile.ts
2 parents 6032a51 + d552a46 commit edeaaa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/utils/src/lib/types/profile.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ export interface Profile<T extends Api = any> {
1212
documentation?: string
1313
version?: string
1414
kind?: string,
15-
canActivate?: string[],
15+
canActivate?: string[]
1616
icon?: string
17+
maintainedBy?: string,
18+
author?: string
19+
repo?: string
20+
authorContact?: string
1721
}
1822

1923
export interface LocationProfile {

0 commit comments

Comments
 (0)