Remix
Remix
remix/data-table · TypeView Source

JoinType

Summary

Supported SQL join kinds.

Signature

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