kysely
    Preparing search index...

    Type Alias RightJoinedBuilder<DB, UT, TB, O, A, R>

    RightJoinedBuilder: UpdateQueryBuilder<
        RightJoinedDB<DB, TB, A, R>,
        UT,
        TB | A,
        O,
    >

    Type Parameters

    • DB
    • UT extends keyof DB
    • TB extends keyof DB
    • O
    • A extends keyof any
    • R