908 B
908 B
Home > cautious-journey > RemoteOptions
RemoteOptions interface
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. |