From 79cf77dc6327ee091827a2ecfbd46198fcededb8 Mon Sep 17 00:00:00 2001 From: EagleTrooper Date: Wed, 10 Dec 2025 22:17:45 -0600 Subject: [PATCH] Added 2 data types unit, unit_date --- ui/src/api/member.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/api/member.ts b/ui/src/api/member.ts index b97e7ac..4b55d8d 100644 --- a/ui/src/api/member.ts +++ b/ui/src/api/member.ts @@ -3,6 +3,8 @@ export type Member = { member_name: string; rank: string | null; rank_date: string | null; + unit: string | null; + unit_date: string | null; status: string | null; status_date: string | null; on_loa: boolean | null;