export interface VideoPlaylistCreateResult {
  id: number
  uuid: string
  shortUUID: string
}