Documentation
    Preparing search index...

    Type Alias SQLiteUpdateExecute<T>

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

    Type Parameters