Documentation
    Preparing search index...

    Type Alias SQLiteDeleteReturningAll<T, TDynamic>

    SQLiteDeleteReturningAll: SQLiteDeleteWithout<
        SQLiteDeleteBase<
            T["_"]["table"],
            T["_"]["resultType"],
            T["_"]["runResult"],
            T["_"]["table"]["$inferSelect"],
            T["_"]["dynamic"],
            T["_"]["excludedMethods"],
        >,
        TDynamic,
        "returning",
    >

    Type Parameters