mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
refactor Genre domain type to include serverType and serverId
This commit is contained in:
@@ -262,6 +262,8 @@ export type GainInfo = {
|
||||
};
|
||||
|
||||
export type Genre = {
|
||||
_serverId: string;
|
||||
_serverType: ServerType;
|
||||
albumCount?: number;
|
||||
id: string;
|
||||
imageUrl: null | string;
|
||||
|
||||
Reference in New Issue
Block a user