16 lines
404 B
TypeScript
16 lines
404 B
TypeScript
/**
|
|
* Generated by orval v7.16.0 🍺
|
|
* Do not edit manually.
|
|
* OpenAPI definition
|
|
* OpenAPI spec version: v0
|
|
*/
|
|
|
|
export type PlaylistProgressAllOfStatus = typeof PlaylistProgressAllOfStatus[keyof typeof PlaylistProgressAllOfStatus];
|
|
|
|
|
|
// eslint-disable-next-line @typescript-eslint/no-redeclare
|
|
export const PlaylistProgressAllOfStatus = {
|
|
LOADING: 'LOADING',
|
|
FINISHED: 'FINISHED',
|
|
} as const;
|