Interface: RestBackendAdapterConfig
Defined in: service-framework-client/src/contracts.ts:111
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
endpoint? | readonly | string | service-framework-client/src/contracts.ts:112 |
fetchFn? | readonly | FetchLike | service-framework-client/src/contracts.ts:113 |
headers? | readonly | Record<string, string> | service-framework-client/src/contracts.ts:114 |
now? | readonly | () => number | service-framework-client/src/contracts.ts:115 |