database-view-updates #67

Merged
Ajdj100 merged 5 commits from database-view-updates into main 2025-12-12 10:27:19 -06:00
Showing only changes of commit 79cf77dc63 - Show all commits

View File

@@ -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;