mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Improve types (#85659)
* fixing some types * more type fixes * few more * last couple * tiny tweak
This commit is contained in:
@@ -812,6 +812,6 @@ const createFetchResponse = <T>(data: T): FetchResponse<T> => ({
|
||||
type: 'basic',
|
||||
statusText: 'Ok',
|
||||
redirected: false,
|
||||
headers: {} as unknown as Headers,
|
||||
headers: new Headers(),
|
||||
ok: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user