movielist-settings #4
1 changed files with 0 additions and 9 deletions
|
|
@ -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[]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue