chore: unused types and functions removed, api url moved to .env
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
export type FetchPromise<T = ''> = Promise<FetchResponse<T>>;
|
||||
|
||||
export interface FetchResponse<T> extends Response {
|
||||
json(): Promise<T>;
|
||||
}
|
||||
Reference in New Issue
Block a user