refactor: move updateNavbar() into ./utils function

This commit is contained in:
Twig 2025-08-11 01:06:54 +02:00
parent 3ac8595af6
commit 19c562f460
Signed by: twig
SSH key fingerprint: SHA256:nBO+OwpTkd8LYhe38PIqdxmDvkIg9Vw2EbrRZM97dkU
5 changed files with 42 additions and 22 deletions

View file

@ -137,3 +137,9 @@ export interface NavbarInterface {
guildUuid?: string
}
export interface NavbarOptions {
guild?: GuildResponse
channel?: ChannelResponse
isDirectMessages?: boolean
}