Type alias AllSeries

AllSeries: { [series: string]: SeriesSummary }

The root JSON document for all series is an object where the keys are the title of the series and the values are the SeriesSummary for that series.

A sample JSON document can be found at https://guya.moe/api/get_all_series/.

Type declaration

Generated using TypeDoc