SpaceMongers.Models.PublicFlightPlan (SpaceMongers v0.3.0) View Source
Represents a flight plan visible to all users.
Link to this section Summary
Link to this section Types
Specs
t() :: %SpaceMongers.Models.PublicFlightPlan{
arrives_at: DateTime.t(),
created_at: DateTime.t(),
extra_fields: map(),
from: String.t(),
id: String.t(),
ship_type: String.t(),
to: String.t(),
username: String.t()
}