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:
parent
4134683eb5
commit
a9a287d9fd
3 changed files with 5 additions and 8 deletions
3
src/types/actionData.ts
Normal file
3
src/types/actionData.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export interface ActionData {
|
||||
isSaved: boolean;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue