mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix types
This commit is contained in:
@@ -8,7 +8,7 @@ import { devtools, persist } from 'zustand/middleware';
|
|||||||
import { immer } from 'zustand/middleware/immer';
|
import { immer } from 'zustand/middleware/immer';
|
||||||
import type { Song } from '/@/api/types';
|
import type { Song } from '/@/api/types';
|
||||||
import type { QueueSong } from '/@/types';
|
import type { QueueSong } from '/@/types';
|
||||||
import { Play, PlayerRepeat, PlayerShuffle, PlayerStatus } from '/@/types';
|
import { PlayerStatus, PlayerRepeat, PlayerShuffle, Play } from '/@/types';
|
||||||
|
|
||||||
export interface PlayerState {
|
export interface PlayerState {
|
||||||
current: {
|
current: {
|
||||||
|
|||||||
Reference in New Issue
Block a user