<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [JoinArgsBase](./schema.joinargsbase.md)

## JoinArgsBase interface

<b>Signature:</b>

```typescript
export interface JoinArgsBase 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [on?](./schema.joinargsbase.on.md) |  | string\[\] | <i>(Optional)</i> Column names to join with. If only one is specified, it will use for both tables. If none are specified, all matching column names will be used. |

