Make decisions object not optional
This commit is contained in:
parent
2e5324e281
commit
73e68f755a
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user