Documentation
    Preparing search index...
    type CalcJoinfield = {
        field: string;
        targetField: string;
        targetTable: string;
        through?: any[];
        throughTable?: any[];
    }
    Index

    Properties

    field: string
    targetField: string
    targetTable: string
    through?: any[]
    throughTable?: any[]