[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.
Signature:
```typescript
data: Record;
```