feat(folders): Tabs für Unterordner + rekursive Sound-Liste; Play mit relativePath; UI-Tabs
This commit is contained in:
parent
24de686a54
commit
f9bec8b5a1
5 changed files with 85 additions and 16 deletions
|
|
@ -1,11 +1,14 @@
|
|||
export type Sound = {
|
||||
fileName: string;
|
||||
name: string;
|
||||
folder?: string;
|
||||
relativePath?: string;
|
||||
};
|
||||
|
||||
export type SoundsResponse = {
|
||||
items: Sound[];
|
||||
total: number;
|
||||
folders: Array<{ key: string; name: string; count: number }>;
|
||||
};
|
||||
|
||||
export type VoiceChannelInfo = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue