mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
Split stores
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { Song } from '/@/renderer/api/types';
|
||||
import { AppRoute } from '/@/renderer/router/routes';
|
||||
|
||||
export type RouteSlug = {
|
||||
@@ -22,6 +21,7 @@ export type CardRow = {
|
||||
export enum CardDisplayType {
|
||||
CARD = 'card',
|
||||
POSTER = 'poster',
|
||||
TABLE = 'table',
|
||||
}
|
||||
|
||||
export enum ListDisplayType {
|
||||
@@ -150,8 +150,6 @@ export enum TableColumn {
|
||||
YEAR = 'releaseYear',
|
||||
}
|
||||
|
||||
export type QueueSong = Song & UniqueId;
|
||||
|
||||
export type PlayQueueAddOptions = {
|
||||
// byData?: any[];
|
||||
byItemType: {
|
||||
|
||||
Reference in New Issue
Block a user