Fast-DB Batch Search Client - v3.1.0
    Preparing search index...

    Interface JoinCondition

    interface JoinCondition {
        $left: string;
        $on: [string, string];
        $right: string;
        $type: "inner" | "left" | "right" | "full";
    }
    Index

    Properties

    Properties

    $left: string
    $on: [string, string]
    $right: string
    $type: "inner" | "left" | "right" | "full"