mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23:33 +00:00
Update song list table view
This commit is contained in:
parent
f09227d963
commit
1fc5e9a0e8
4 changed files with 162 additions and 268 deletions
|
|
@ -402,7 +402,7 @@ export type AlbumDetailQuery = { id: string };
|
|||
export type AlbumDetailArgs = { query: AlbumDetailQuery } & BaseEndpointArgs;
|
||||
|
||||
// Song List
|
||||
export type SongListResponse = BasePaginatedResponse<Song[]>;
|
||||
export type SongListResponse = BasePaginatedResponse<Song[]> | null | undefined;
|
||||
|
||||
export enum SongListSort {
|
||||
ALBUM = 'album',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue