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

23 lines
878 B
Markdown
Raw Normal View History

<!-- 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)
## RemoteOptions interface
<b>Signature:</b>
```typescript
2020-08-22 15:24:50 +00:00
export interface RemoteOptions extends BaseOptions
```
2020-08-22 15:24:50 +00:00
<b>Extends:</b> BaseOptions
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [data](./cautious-journey.remoteoptions.data.md) | Record&lt;string, string&gt; | 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. |
2020-08-14 04:07:47 +00:00
| [logger](./cautious-journey.remoteoptions.logger.md) | Logger | |
| [type](./cautious-journey.remoteoptions.type.md) | string | Remote class/type name. |