Skip to content

@lubusin/wp-frappe-data-store / FrappeRequest

Type Alias: FrappeRequest

FrappeRequest = (options) => Promise<unknown>

Defined in: src/types.ts:79

Transport function responsible for making HTTP calls to the Frappe API.

Parameters

options

FrappeRequestOptions

Returns

Promise<unknown>

Released under the MIT License.