mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 11:55:38 +00:00
Resolved all ts lint errors on build
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
import { useStore } from "vuex";
|
||||
import { buildImageProxyUrl } from "../utils";
|
||||
import type { Ref } from "vue";
|
||||
import type { MediaTypes } from "../interfaces/IList";
|
||||
import type { IMovie, IShow, IPerson, IRequest } from "../interfaces/IList";
|
||||
|
||||
interface Props {
|
||||
listItem: MediaTypes;
|
||||
listItem: IMovie | IShow | IPerson;
|
||||
}
|
||||
|
||||
const props = defineProps<Props>();
|
||||
|
||||
Reference in New Issue
Block a user