2020-08-12 01:39:53 +00:00
<!-- 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 )
## RemoteOptions interface
2023-01-01 23:42:42 +00:00
Options for a new remote instance.
2020-08-12 01:39:53 +00:00
< b > Signature:< / b >
```typescript
2020-08-22 15:24:50 +00:00
export interface RemoteOptions extends BaseOptions
2020-08-12 01:39:53 +00:00
```
2020-08-22 15:24:50 +00:00
< b > Extends:< / b > BaseOptions
2020-08-12 01:39:53 +00:00
## Properties
2023-01-01 23:15:22 +00:00
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [data ](./cautious-journey.remoteoptions.data.md ) | | Record< string, string> | Arbitrary key-value data for this remote, usually credentials and base URLs. |
| [dryrun ](./cautious-journey.remoteoptions.dryrun.md ) | | boolean | If set, do not make any real changes. |
| [logger ](./cautious-journey.remoteoptions.logger.md ) | | Logger | |
| [type ](./cautious-journey.remoteoptions.type.md ) | | string | Remote class/type name. |
2020-08-12 01:39:53 +00:00