Make decisions object not optional

This commit is contained in:
Regalijan 2024-08-23 02:46:11 -04:00
parent 2e5324e281
commit 73e68f755a
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

2
index.d.ts vendored
View File

@ -44,7 +44,7 @@ declare global {
interface InactivityNoticeProps {
created_at: number;
decisions?: {
decisions: {
DM?: boolean;
ET?: boolean;
FM?: boolean;