Make decisions object not optional

This commit is contained in:
2024-08-23 02:46:11 -04:00
parent 2e5324e281
commit 73e68f755a
Vendored
+1 -1
View File
@@ -44,7 +44,7 @@ declare global {
interface InactivityNoticeProps {
created_at: number;
decisions?: {
decisions: {
DM?: boolean;
ET?: boolean;
FM?: boolean;