finalized LOA systems

This commit is contained in:
2025-09-19 00:42:31 -04:00
parent 5122e44743
commit 7524cb591a
8 changed files with 141 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
export type LOARequest = {
id: number;
id?: number;
name?: string;
member_id: number;
filed_date: string; // ISO 8601 string

View File

@@ -5,6 +5,7 @@ export type Member = {
rank_date: string | null;
status: string | null;
status_date: string | null;
on_loa: boolean | null;
};
// @ts-ignore