Add inferred api types to controller

This commit is contained in:
jeffvli 2023-05-17 17:38:13 -07:00
parent 3fb24d5f64
commit a1072b461f
2 changed files with 14 additions and 59 deletions

View file

@ -270,6 +270,7 @@ const ndPlaylistListSort = {
const playlistListParameters = paginationParameters.extend({
_sort: z.nativeEnum(ndPlaylistListSort).optional(),
owner_id: z.string().optional(),
smart: z.boolean().optional(),
});
const playlistSong = song.extend({