Appearance
type KyResponse<T> = { json: <J>() => Promise<J>; } & Response;
json()
J
Promise
T
unknown