Make site not brick itself when decisions object exists

This commit is contained in:
2023-10-19 16:50:53 -04:00
parent 2fc73a62cc
commit 5daf23d337
2 changed files with 45 additions and 28 deletions

8
index.d.ts vendored
View File

@ -45,9 +45,11 @@ declare global {
interface InactivityNoticeProps {
created_at: number;
decisions?: {
accepted: boolean;
department: string;
}[];
DM?: boolean;
ET?: boolean;
FM?: boolean;
WM?: boolean;
};
departments: string[];
end: string;
id: string;