import gleam/option pub type UserState { UserState(id: Int, name: String, game_id: option.Option(Int)) }