# Interface: SyncTableRelation

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

A pointer to a particular property in another sync table.

## Properties

### ~~inheritPermissions?~~

> `optional` **inheritPermissions**: `boolean`

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

Indicates that permissions should be inherited from this relation using the propertyKey as the item id

#### Deprecated

use `ParentDefinition` instead

______________________________________________________________________

### propertyKey

> **propertyKey**: `string`

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

The name of the property in the sync table being referenced.

______________________________________________________________________

### tableName

> **tableName**: `string`

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

The name of the sync table being referenced.

Note: This is the value of the `name` field of the table, not the `identityName` field.
