Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationResponse<T>

Type parameters

  • T

Hierarchy

  • OperationResponse

Index

Properties

Properties

body

body: { data: T }

Type declaration

  • data: T

headers

headers: Record<string, string>

path

path: string

status

status: number

Generated using TypeDoc