Skip to content
This repository was archived by the owner on Jan 8, 2026. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 594 Bytes

File metadata and controls

18 lines (11 loc) · 594 Bytes

Home > @datashaper/schema > JoinArgsBase

JoinArgsBase interface

Signature:

export interface JoinArgsBase 

Properties

Property Modifiers Type Description
on? string[] (Optional) 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.