Type Alias JoinType

JoinType: "left" | "inner" | "full" | "semi" | "anti" | "cross"

Join types