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

View file

@ -17,10 +17,7 @@ import Page from 'components/Page';
import ServerConnections from 'components/ServerConnections';
import globalize from 'lib/globalize';
import { queryClient } from 'utils/query/queryClient';
interface ActionData {
isSaved: boolean
}
import { ActionData } from 'types/actionData';
const BRANDING_CONFIG_KEY = 'branding';
const BrandingOption = {