chore(services): update components based on recent changes
Changes: services/frontend/src/shared/api/client.ts | 8 ++++++++ 1 file changed, 8 insertions(+)
This commit is contained in:
@@ -72,11 +72,19 @@ export interface Channel {
|
|||||||
parentId?: string | null;
|
parentId?: string | null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export interface GuildVoiceEntry {
|
||||||
|
guildId: string;
|
||||||
|
channelId: string;
|
||||||
|
channelName: string;
|
||||||
|
connectedAt: number;
|
||||||
|
}
|
||||||
|
|
||||||
export interface VoiceStatus {
|
export interface VoiceStatus {
|
||||||
connected: boolean;
|
connected: boolean;
|
||||||
activeGuildId: string | null;
|
activeGuildId: string | null;
|
||||||
activeChannelId: string | null;
|
activeChannelId: string | null;
|
||||||
activeChannelName: string | null;
|
activeChannelName: string | null;
|
||||||
|
connections: GuildVoiceEntry[];
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ActiveSpeaker {
|
export interface ActiveSpeaker {
|
||||||
|
|||||||
Reference in New Issue
Block a user