aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-create-result.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/playlist/video-playlist-create-result.model.ts')
-rw-r--r--shared/models/videos/playlist/video-playlist-create-result.model.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/models/videos/playlist/video-playlist-create-result.model.ts b/shared/models/videos/playlist/video-playlist-create-result.model.ts
new file mode 100644
index 000000000..cd9b170ae
--- /dev/null
+++ b/shared/models/videos/playlist/video-playlist-create-result.model.ts
@@ -0,0 +1,5 @@
1export interface VideoPlaylistCreateResult {
2 id: number
3 uuid: string
4 shortUUID: string
5}