# Interface: SyncCompletionMetadata<IncrementalContinuationT>

Defined in: [api_types.ts:1587](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api_types.ts#L1587)

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:1597](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api_types.ts#L1597)

Always `false` for completed syncs.

______________________________________________________________________

### incrementalContinuation

> **incrementalContinuation**: `IncrementalContinuationT`

Defined in: [api_types.ts:1592](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/api_types.ts#L1592)

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