Type Alias JoinTables<J>

JoinTables: { [key in keyof J]: NonNullable<J>[key]["row"] }

Type Parameters