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;
|
whatHappened: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface InactivityNoticeProps {
|
||||||
|
created_at: number;
|
||||||
|
departments: string[];
|
||||||
|
end: string;
|
||||||
|
reason: string;
|
||||||
|
start: string;
|
||||||
|
user: {
|
||||||
|
id: string;
|
||||||
|
username: string;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
interface ReportCardProps {
|
interface ReportCardProps {
|
||||||
attachment: string;
|
attachment: string;
|
||||||
attachment_loading?: boolean;
|
attachment_loading?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user