• This project
    • Loading...
  • Sign in

Bruno Predot / tmdb_test

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • tmdb_test
  • type
  • commentForm.ts
  • Bruno Predot's avatar
    Revert "Modification de la config es-lint + fix." · aca54127 ...
    aca54127 Browse Files
    This reverts commit 6e197beb.
    Bruno Predot authored 2025-05-13 17:42:08 +0200
commentForm.ts 79 Bytes
Raw Blame History Permalink
1 2 3 4 5
export type Comment = {
  username: string
  message: string
  rating: number
}