Type alias KyResponse

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

Type declaration

  • json: (<T>() => Promise<T>)
      • <T>(): Promise<T>
      • Type Parameters

        • T = unknown

        Returns Promise<T>

Generated using TypeDoc