[collection-sync](../README.md) / [Exports](../modules.md) / SyncOperation

# Enumeration: SyncOperation

## Table of contents

### Enumeration members

- [Fetch](SyncOperation.md#fetch)
- [Post](SyncOperation.md#post)

## Enumeration members

### Fetch

• **Fetch** = `0`

#### Defined in

[types/SyncTypes.ts:26](https://github.com/ChrisVilches/Collection-Sync/blob/16c1be3/src/types/SyncTypes.ts#L26)

___

### Post

• **Post** = `1`

#### Defined in

[types/SyncTypes.ts:27](https://github.com/ChrisVilches/Collection-Sync/blob/16c1be3/src/types/SyncTypes.ts#L27)
