mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
add log viewer
This commit is contained in:
1
resources/js/types/index.d.ts
vendored
1
resources/js/types/index.d.ts
vendored
@ -31,6 +31,7 @@ export interface NavItem {
|
||||
isDisabled?: boolean;
|
||||
children?: NavItem[];
|
||||
hidden?: boolean;
|
||||
external?: boolean;
|
||||
}
|
||||
|
||||
export interface Configs {
|
||||
|
Reference in New Issue
Block a user