Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MakeRequestOptions

Index

Properties

action

action: string

entityType

entityType: keyof MRActions

Optional headers

headers?: Record<string, unknown>

Optional params

params?: Record<string, unknown>

Optional payload

payload?: Record<string, unknown> | MakeRequestPayload | OpPatch[]

userAgent

userAgent: string