aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-create-result.model.ts
blob: cd9b170aeeda843a283ecbc377fbe15aa89419d8 (plain) (blame)
1
2
3
4
5
export interface VideoPlaylistCreateResult {
  id: number
  uuid: string
  shortUUID: string
}