Nightly: Badges für Sounds (auto /, plus Custom via Admin), Kategorien-UI erweitertet (anlegen/zuweisen)
This commit is contained in:
parent
56351fd547
commit
8795657f69
4 changed files with 65 additions and 8 deletions
|
|
@ -4,6 +4,7 @@ export type Sound = {
|
|||
folder?: string;
|
||||
relativePath?: string;
|
||||
isRecent?: boolean;
|
||||
badges?: string[];
|
||||
};
|
||||
|
||||
export type SoundsResponse = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue