Interface JsonFetchCommand<TResponse>

Type Parameters

  • TResponse

Hierarchy

  • JsonFetchCommand

Properties

description: string
requestOptions?: RequestOptions
url: string

Methods

  • It can transform the response JSON and/or strongly validate it.

    Parameters

    • rawResponse: unknown

    Returns TResponse

Generated using TypeDoc