Display images on flight logs

This commit is contained in:
april
2024-01-15 09:52:56 -06:00
parent a1b5332910
commit 4b80593aa3
8 changed files with 232 additions and 53 deletions

View File

@@ -70,6 +70,8 @@ type FlightDisplaySchema = FlightBaseSchema & {
time_off: number | null;
time_down: number | null;
time_stop: number | null;
images: string[] | null;
};
type FlightConciseSchema = {