Hierarchy

  • MakeRequestOptions

Properties

action: string
entityType: keyof MRActions
headers?: Partial<RawAxiosHeaders & {
    Accept: AxiosHeaderValue;
    Authorization: AxiosHeaderValue;
    Content-Encoding: AxiosHeaderValue;
    Content-Length: AxiosHeaderValue;
    User-Agent: AxiosHeaderValue;
} & {
    Content-Type: ContentType;
}>
params?: Record<string, unknown>
payload?: OpPatch[] | Record<string, unknown> | MakeRequestPayload
userAgent: string