We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6032a51 + d552a46 commit edeaaa3Copy full SHA for edeaaa3
packages/utils/src/lib/types/profile.ts
@@ -12,8 +12,12 @@ export interface Profile<T extends Api = any> {
12
documentation?: string
13
version?: string
14
kind?: string,
15
- canActivate?: string[],
+ canActivate?: string[]
16
icon?: string
17
+ maintainedBy?: string,
18
+ author?: string
19
+ repo?: string
20
+ authorContact?: string
21
}
22
23
export interface LocationProfile {
0 commit comments