Make site not brick itself when decisions object exists
This commit is contained in:
8
index.d.ts
vendored
8
index.d.ts
vendored
@ -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;
|
||||
|
Reference in New Issue
Block a user