Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for a successful response returning a redirect to a resource.

Type parameters

  • T

  • V

Hierarchy

  • IResponse<"IResponseSuccessRedirectToResource">
    • IResponseSuccessRedirectToResource

Index

Properties

Readonly apply

apply: (response: Response<any>) => void

Type declaration

    • (response: Response<any>): void
    • Parameters

      • response: Response<any>

      Returns void

Optional Readonly detail

detail: undefined | string

Readonly kind

kind: "IResponseSuccessRedirectToResource"

Readonly payload

payload: V

Readonly resource

resource: T

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Property
  • Enumeration
  • Class with type parameter

Generated using TypeDoc