Skip to content

Type Alias: KyResponse<T>

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

Type Declaration

NameType
json()<J>() => Promise<J>

Type Parameters

Type ParameterDefault type
Tunknown