JoinType

View Source

Summary

Supported SQL join kinds.

Signature

type JoinType = "inner" | "left" | "right";