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

946 B

Home > cautious-journey > RemoteOptions

RemoteOptions interface

Options for a new remote instance.

Signature:

export interface RemoteOptions extends BaseOptions 

Extends: BaseOptions

Properties

Property Modifiers Type Description
data Record<string, string> Arbitrary key-value data for this remote, usually credentials and base URLs.
dryrun boolean If set, do not make any real changes.
logger Logger
type string Remote class/type name.