mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add inferred api types to controller
This commit is contained in:
parent
3fb24d5f64
commit
a1072b461f
2 changed files with 14 additions and 59 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue