Display hiatus status on card

This commit is contained in:
2023-11-04 13:42:11 -04:00
parent 4ddf797cc2
commit 908c8b74a4
2 changed files with 10 additions and 1 deletions

1
index.d.ts vendored
View File

@ -43,6 +43,7 @@ declare global {
};
departments: string[];
end: string;
hiatus?: boolean;
id: string;
open: boolean;
reason: string;