removed unused type

This commit is contained in:
Edward Tirado Jr 2026-04-05 00:46:40 -05:00
parent 91173021b2
commit 47fc17636f

View file

@ -1,9 +0,0 @@
import type {User} from "~/types/user";
import type {Role} from "~/types/role";
export type MovieListSettings = {
listName: string,
isPublic: boolean,
collaborators: User[],
roles: Role[]
}