package model // TFR represents a Temporary Flight Restriction type TFR struct { Date string `json:"date"` NotamID string `json:"notam_id"` Facility string `json:"facility"` State string `json:"state"` Type string `json:"type"` Description string `json:"description"` DetailURL string `json:"detail_url"` }