Fix linting and typescript errors
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import { StackNavigationProp } from '@react-navigation/stack';
|
||||
|
||||
export interface ModalStackParams {
|
||||
[key: string]: Record<string, unknown> | undefined;
|
||||
SetJellyfinServer: undefined;
|
||||
TrackPopupMenu: { trackId: string };
|
||||
}
|
||||
}
|
||||
|
||||
export type ModalNavigationProp = StackNavigationProp<ModalStackParams>;
|
||||
|
||||
Reference in New Issue
Block a user