feat(estimatedSchedule): add EstimatedSchedule types
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
type EstimatedSchedule = {
|
||||
id: string | null;
|
||||
time: string | null;
|
||||
name: string | null;
|
||||
jname: string | null;
|
||||
};
|
||||
|
||||
export type ScrapedEstimatedSchedule = {
|
||||
scheduledAnimes: Array<EstimatedSchedule>;
|
||||
};
|
||||
Reference in New Issue
Block a user