UNPKG

89 BTypeScriptView Raw
1export type KyResponse<T = unknown> = {
2 json: <J = T>() => Promise<J>;
3} & Response;