finalized LOA systems
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type LOARequest = {
|
||||
id: number;
|
||||
id?: number;
|
||||
name?: string;
|
||||
member_id: number;
|
||||
filed_date: string; // ISO 8601 string
|
||||
|
||||
@@ -5,6 +5,7 @@ export type Member = {
|
||||
rank_date: string | null;
|
||||
status: string | null;
|
||||
status_date: string | null;
|
||||
on_loa: boolean | null;
|
||||
};
|
||||
|
||||
// @ts-ignore
|
||||
|
||||
Reference in New Issue
Block a user