1
0
Fork 0
cautious-journey/docs/api/cautious-journey.remoteopti...

14 lines
451 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [cautious-journey](./cautious-journey.md) &gt; [RemoteOptions](./cautious-journey.remoteoptions.md) &gt; [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>;
```