Interface JoinField

interface JoinField {
    leftKey: string;
    rightKey: string;
}

Properties

Properties

leftKey: string
rightKey: string

Generated using TypeDoc