# Interface: SyncCompletionMetadata<IncrementalContinuationT>

Defined in: [api_types.ts:1578](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1578)

Contains metadata for a successfully completed sync.

## Type Parameters

| Type Parameter | Default type | | --- | --- | | `IncrementalContinuationT` | [`Continuation`](../Continuation/) |

## Properties

### hasIncompleteResults?

> `optional` **hasIncompleteResults**: `false`

Defined in: [api_types.ts:1588](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1588)

Always `false` for completed syncs.

______________________________________________________________________

### incrementalContinuation

> **incrementalContinuation**: `IncrementalContinuationT`

Defined in: [api_types.ts:1583](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/api_types.ts#L1583)

For enabling incremental syncs. If your sync execution provides this, then the platform will provide it to the next sync execution.
