mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: axios -> ky-universal
Better compat since ky uses fetch :) E.g. cloudflare workers
This commit is contained in:
parent
8b16f8d8a9
commit
629c998293
9 changed files with 645 additions and 740 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
type ClassChartsResponse<T, E> = {
|
||||
export type ClassChartsResponse<T, E> = {
|
||||
data: T;
|
||||
meta: E;
|
||||
error?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue