Very crude implementation of status display for inactivity notices
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@ -44,6 +44,10 @@ declare global {
|
||||
|
||||
interface InactivityNoticeProps {
|
||||
created_at: number;
|
||||
decisions?: {
|
||||
accepted: boolean;
|
||||
department: string;
|
||||
}[];
|
||||
departments: string[];
|
||||
end: string;
|
||||
reason: string;
|
||||
|
Reference in New Issue
Block a user