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.
1 parent 8bac2ec commit 3354943Copy full SHA for 3354943
packages/utils/src/lib/types/profile.ts
@@ -12,7 +12,8 @@ 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
}
18
19
export interface LocationProfile {
0 commit comments