Skip to content

Commit 3354943

Browse files
author
bunsenstraat
committed
add icon
1 parent 8bac2ec commit 3354943

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ export interface Profile<T extends Api = any> {
1212
documentation?: string
1313
version?: string
1414
kind?: string,
15-
canActivate?: string[]
15+
canActivate?: string[],
16+
icon?: string
1617
}
1718

1819
export interface LocationProfile {

0 commit comments

Comments
 (0)