ngx-sp-auth 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IMenuItemStructure } from "../../../public-api";
|
|
2
2
|
export interface ICustomMenuService {
|
|
3
3
|
get menuDynamic(): boolean;
|
|
4
|
-
get menuDynamicCustom():
|
|
4
|
+
get menuDynamicCustom(): boolean;
|
|
5
5
|
get moduleName(): string;
|
|
6
6
|
get moduleImg(): string;
|
|
7
7
|
get moduleSvg(): string;
|