Make submission method for inactivity notice decisions

This commit is contained in:
2023-10-19 16:50:49 -04:00
parent 1b89ffaebd
commit 6cb8833b1a
2 changed files with 35 additions and 3 deletions

1
index.d.ts vendored
View File

@ -50,6 +50,7 @@ declare global {
}[];
departments: string[];
end: string;
id: string;
reason: string;
start: string;
user: {