Very crude implementation of status display for inactivity notices

This commit is contained in:
2023-10-19 16:50:48 -04:00
parent 0559877ca4
commit 1b89ffaebd
2 changed files with 26 additions and 1 deletions

4
index.d.ts vendored
View File

@ -44,6 +44,10 @@ declare global {
interface InactivityNoticeProps {
created_at: number;
decisions?: {
accepted: boolean;
department: string;
}[];
departments: string[];
end: string;
reason: string;