16 lines
383 B
TypeScript
16 lines
383 B
TypeScript
/**
|
|
* 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;
|
|
playlistTitle?: string;
|
|
status?: PlaylistProgressAllOfStatus;
|
|
};
|