refactor(profiles): dedupe PlatformType, import from native

This commit is contained in:
Gauvino
2026-06-29 14:36:20 +02:00
parent c2a6e33d74
commit deae5f12b2

View File

@@ -10,8 +10,7 @@ import type {
} from "@jellyfin/sdk/lib/generated-client/models";
import { Platform } from "react-native";
import MediaTypes from "../../constants/MediaTypes";
export type PlatformType = "ios" | "android";
import type { PlatformType } from "./native";
export interface TrackPlayerProfileOptions {
/** Target platform */