kysely
    Preparing search index...

    Type Alias OutputExpression<DB, TB, OP, ODB, OTB>

    OutputExpression:
        | AnyAliasedColumnWithTable<ODB, OTB>
        | AnyColumnWithTable<ODB, OTB>
        | AliasedExpressionOrFactory<ODB, OTB>

    Type Parameters