kysely
    Preparing search index...

    Type Alias ReturningAllRow<DB, TB, O>

    ReturningAllRow: O extends | InsertResult
    | DeleteResult
    | UpdateResult
    | MergeResult
        ? AllSelection<DB, TB>
        : O & AllSelection<DB, TB>

    Type Parameters

    • DB
    • TB extends keyof DB
    • O