[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [RemoteOptions](./cautious-journey.remoteoptions.md) ## RemoteOptions interface Signature: ```typescript export interface RemoteOptions extends BaseOptions ``` Extends: BaseOptions ## Properties | 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. |