Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make decisions object not optional
  • Loading branch information
regalijan committed Aug 23, 2024
1 parent 2e5324e commit 73e68f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Expand Up @@ -44,7 +44,7 @@ declare global {

interface InactivityNoticeProps {
created_at: number;
decisions?: {
decisions: {
DM?: boolean;
ET?: boolean;
FM?: boolean;
Expand Down

0 comments on commit 73e68f7

Please sign in to comment.