1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Move ActionData to separate file

This commit is contained in:
viown 2024-12-17 23:38:03 +03:00
parent 4134683eb5
commit a9a287d9fd
3 changed files with 5 additions and 8 deletions

3
src/types/actionData.ts Normal file
View file

@ -0,0 +1,3 @@
export interface ActionData {
isSaved: boolean;
}