style: make client and channel items optional
This commit is contained in:
parent
eb4427ff4b
commit
5ca4762f01
2 changed files with 4 additions and 4 deletions
|
@ -130,8 +130,8 @@ export interface NavbarItem {
|
|||
}
|
||||
|
||||
export interface NavbarInterface {
|
||||
clientItems: NavbarItem[]
|
||||
channelItems: NavbarItem[] // search bar will require some changes
|
||||
clientItems?: NavbarItem[]
|
||||
channelItems?: NavbarItem[] // search bar will require some changes
|
||||
contextName?: string
|
||||
contextIcon?: string
|
||||
guildUuid?: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue