movie-night-web/app/types/role.ts
2026-02-16 19:12:00 -06:00

5 lines
57 B
TypeScript

export type Role = {
id: number,
name: string
}