Display images on flight logs
This commit is contained in:
@@ -70,6 +70,8 @@ type FlightDisplaySchema = FlightBaseSchema & {
|
||||
time_off: number | null;
|
||||
time_down: number | null;
|
||||
time_stop: number | null;
|
||||
|
||||
images: string[] | null;
|
||||
};
|
||||
|
||||
type FlightConciseSchema = {
|
||||
|
Reference in New Issue
Block a user