14 lines
451 B
Markdown
14 lines
451 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [RemoteOptions](./cautious-journey.remoteoptions.md) > [data](./cautious-journey.remoteoptions.data.md)
|
|
|
|
## RemoteOptions.data property
|
|
|
|
Arbitrary key-value data for this remote, usually credentials and base URLs.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
data: Record<string, string>;
|
|
```
|