diff --git a/index.d.ts b/index.d.ts index 9b01745..2657301 100644 --- a/index.d.ts +++ b/index.d.ts @@ -45,6 +45,18 @@ declare global { whatHappened: string; } + interface InactivityNoticeProps { + created_at: number; + departments: string[]; + end: string; + reason: string; + start: string; + user: { + id: string; + username: string; + }; + } + interface ReportCardProps { attachment: string; attachment_loading?: boolean;