19 lines
358 B
TypeScript
19 lines
358 B
TypeScript
|
|
/**
|
||
|
|
* Generated by orval v8.8.1 🍺
|
||
|
|
* Do not edit manually.
|
||
|
|
* Veza Backend API
|
||
|
|
* Backend API for Veza platform.
|
||
|
|
* OpenAPI spec version: 1.2.0
|
||
|
|
*/
|
||
|
|
|
||
|
|
export interface InternalHandlersUpdatePlaylistRequest {
|
||
|
|
/** @maxLength 1000 */
|
||
|
|
description?: string;
|
||
|
|
is_public?: boolean;
|
||
|
|
/**
|
||
|
|
* @minLength 1
|
||
|
|
* @maxLength 200
|
||
|
|
*/
|
||
|
|
title?: string;
|
||
|
|
}
|