kysely
    Preparing search index...

    Type Alias UpdateObjectExpression<DB, TB, UT>

    UpdateObjectExpression:
        | UpdateObject<DB, TB, UT>
        | UpdateObjectFactory<DB, TB, UT>

    Type Parameters

    • DB
    • TB extends keyof DB
    • UT extends keyof DB = TB