Documentation
    Preparing search index...

    Type Alias SQLiteDeleteExecute<T>

    SQLiteDeleteExecute: T["_"]["returning"] extends undefined
        ? T["_"]["runResult"]
        : T["_"]["returning"][]

    Type Parameters