mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-17 00:10:37 -06:00
7 lines
182 B
TypeScript
7 lines
182 B
TypeScript
import { BaseItemDto } from "@jellyfin/sdk/lib/generated-client/models";
|
|
|
|
export interface QueueMutation {
|
|
track: BaseItemDto;
|
|
index: number;
|
|
tracklist: BaseItemDto[];
|
|
} |