export type KyResponse = { json: () => Promise; } & Response;