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
|
// With elements
|
||||||
|
|
||||||
export type MVideoPlaylistWithElements =
|
|
||||||
MVideoPlaylist &
|
|
||||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
|
||||||
|
|
||||||
export type MVideoPlaylistSummaryWithElements =
|
export type MVideoPlaylistSummaryWithElements =
|
||||||
MVideoPlaylistSummary &
|
MVideoPlaylistSummary &
|
||||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
||||||
|
|
||||||
export type MVideoPlaylistIdWithElements =
|
|
||||||
MVideoPlaylistId &
|
|
||||||
Use<'VideoPlaylistElements', MVideoPlaylistElementLight[]>
|
|
||||||
|
|
||||||
// ############################################################################
|
// ############################################################################
|
||||||
|
|
||||||
// With account
|
// With account
|
||||||
|
|
Loading…
Reference in New Issue