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

Represents the type of join between tables