mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
Make album detail columns customizable
This commit is contained in:
@@ -26,7 +26,13 @@ export type CardRoute = {
|
||||
slugs?: RouteSlug[];
|
||||
};
|
||||
|
||||
export type TableType = 'nowPlaying' | 'sideQueue' | 'sideDrawerQueue' | 'songs' | 'fullScreen';
|
||||
export type TableType =
|
||||
| 'nowPlaying'
|
||||
| 'sideQueue'
|
||||
| 'sideDrawerQueue'
|
||||
| 'songs'
|
||||
| 'fullScreen'
|
||||
| 'albumDetail';
|
||||
|
||||
export type CardRow<T> = {
|
||||
arrayProperty?: string;
|
||||
|
||||
Reference in New Issue
Block a user