Type Alias GetEditGameResponse

GetEditGameResponse: Game & {
    collaborators: GameCollaborator[] | [];
    medias: Game["medias"];
}