Implement "import history" in import page
This commit is contained in:
14
app/composeables/api/models/playlistProgressAllOf.ts
Normal file
14
app/composeables/api/models/playlistProgressAllOf.ts
Normal file
@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Generated by orval v7.16.0 🍺
|
||||
* Do not edit manually.
|
||||
* OpenAPI definition
|
||||
* OpenAPI spec version: v0
|
||||
*/
|
||||
import type { PlaylistProgressAllOfStatus } from './playlistProgressAllOfStatus';
|
||||
|
||||
export type PlaylistProgressAllOf = {
|
||||
ytdlnStdout?: string;
|
||||
overallProgress?: number;
|
||||
trackCount?: number;
|
||||
status?: PlaylistProgressAllOfStatus;
|
||||
};
|
||||
Reference in New Issue
Block a user