Skip to content

Commit

Permalink
inherit from @libsql/core/api
Browse files Browse the repository at this point in the history
  • Loading branch information
DaBigBlob committed Sep 11, 2024
1 parent b000a9f commit f36bf56
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import type {
TransactionMode
} from './official_client_api_1726012615447.js';




export type rawSQL = string;
export type rawSQLArgs = Array<rawValue> | Record<string, rawValue>;
export type rawSQLStatement = {
Expand Down

0 comments on commit f36bf56

Please sign in to comment.