chore: refactor NavbarItem to INavbar
This commit is contained in:
parent
19c562f460
commit
5ce236c936
5 changed files with 11 additions and 11 deletions
|
@ -129,7 +129,7 @@ export interface NavbarItem {
|
|||
callback: (...args: any[]) => any;
|
||||
}
|
||||
|
||||
export interface NavbarInterface {
|
||||
export interface INavbar {
|
||||
clientItems?: NavbarItem[]
|
||||
channelItems?: NavbarItem[] // search bar will require some changes
|
||||
contextName?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue