feat: add airingTimestamp and secondsUntilAiring to /anime/schedule endpoint
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user