Add InactivityNoticeProps type
This commit is contained in:
parent
9f3b964754
commit
c6a0fdd0b0
12
index.d.ts
vendored
12
index.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user