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;