Documentation
    Preparing search index...

    Type Alias SQLiteDeleteReturning<T, TDynamic, TSelectedFields>

    SQLiteDeleteReturning: SQLiteDeleteWithout<
        SQLiteDeleteBase<
            T["_"]["table"],
            T["_"]["resultType"],
            T["_"]["runResult"],
            SelectResultFields<TSelectedFields>,
            T["_"]["dynamic"],
            T["_"]["excludedMethods"],
        >,
        TDynamic,
        "returning",
    >

    Type Parameters