24 lines
965 B
Markdown
24 lines
965 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [SyncOptions](./cautious-journey.syncoptions.md)
|
|
|
|
## SyncOptions interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SyncOptions
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [colors](./cautious-journey.syncoptions.colors.md) | Array<string> | |
|
|
| [flags](./cautious-journey.syncoptions.flags.md) | Array<[FlagLabel](./cautious-journey.flaglabel.md)<!-- -->> | |
|
|
| [logger](./cautious-journey.syncoptions.logger.md) | Logger | |
|
|
| [project](./cautious-journey.syncoptions.project.md) | string | |
|
|
| [remote](./cautious-journey.syncoptions.remote.md) | [Remote](./cautious-journey.remote.md) | |
|
|
| [states](./cautious-journey.syncoptions.states.md) | Array<[StateLabel](./cautious-journey.statelabel.md)<!-- -->> | |
|
|
|