Make decisions object not optional
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@ -44,7 +44,7 @@ declare global {
|
|||||||
|
|
||||||
interface InactivityNoticeProps {
|
interface InactivityNoticeProps {
|
||||||
created_at: number;
|
created_at: number;
|
||||||
decisions?: {
|
decisions: {
|
||||||
DM?: boolean;
|
DM?: boolean;
|
||||||
ET?: boolean;
|
ET?: boolean;
|
||||||
FM?: boolean;
|
FM?: boolean;
|
||||||
|
Reference in New Issue
Block a user