Hierarchy

  • MakeRequestOptions

Properties

action: string
entityType: keyof MRActions
headers?: AxiosRequestHeaders
params?: Record<string, unknown>
payload?: OpPatch[] | Record<string, unknown> | MakeRequestPayload
userAgent: string