feat: add airingTimestamp and secondsUntilAiring to /anime/schedule endpoint

This commit is contained in:
Ritesh Ghosh
2024-07-14 00:09:11 +05:30
parent 68aba1d6bc
commit 3f0b367ae0
+2
View File
@@ -3,6 +3,8 @@ type EstimatedSchedule = {
time: string | null; time: string | null;
name: string | null; name: string | null;
jname: string | null; jname: string | null;
airingTimestamp: number;
secondsUntilAiring: number;
}; };
export type ScrapedEstimatedSchedule = { export type ScrapedEstimatedSchedule = {