refactor(server): remove unused types

This commit is contained in:
kontrollanten 2022-08-09 14:43:31 +02:00
parent b4f332c6f2
commit 38c55ffebd
1 changed files with 0 additions and 8 deletions

View File

@ -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