# Interface: SyncBase

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

Information about the current sync.

## Extended by

- [`SyncFull`](../SyncFull/)
- [`SyncIncremental`](../SyncIncremental/)
- [`UpdateSync`](../UpdateSync/)

## Properties

### dynamicUrl?

> `optional` **dynamicUrl**: `string`

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

The dynamic URL that backs this sync table, if this is a dynamic sync table. The dynamic URL is likely necessary for determining which API resources to fetch.

______________________________________________________________________

### parameters?

> `readonly` `optional` **parameters**: [`MetadataContext`](../../type-aliases/MetadataContext/)

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

[core.MetadataContext](../../type-aliases/MetadataContext/) The parameters of the sync formula for the sync table.

______________________________________________________________________

### schema?

> `optional` **schema**: [`ArraySchema`](../ArraySchema/)\<[`Schema`](../../type-aliases/Schema/)>

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

The schema of this sync table, if this is a dynamic sync table. It may be useful to have access to the dynamically-generated schema of the table instance in order to construct the response for a dynamic sync table's `execute` function.
