refactor(server): remove unused types
This commit is contained in:
parent
b4f332c6f2
commit
38c55ffebd
|
@ -26,18 +26,10 @@ export type MVideoPlaylistVideosLength = MVideoPlaylist & { videosLength?: numbe
|
|||
|
||||
// With elements
|
||||
|
||||
export type MVideoPlaylistWithElements =
|
||||
MVideoPlaylist &
|
||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
||||
|
||||
export type MVideoPlaylistSummaryWithElements =
|
||||
MVideoPlaylistSummary &
|
||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
||||
|
||||
export type MVideoPlaylistIdWithElements =
|
||||
MVideoPlaylistId &
|
||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
||||
|
||||
// ############################################################################
|
||||
|
||||
// With account
|
||||
|
|
Loading…
Reference in New Issue