Aktueller Stand
This commit is contained in:
11
backend/node_modules/@electric-sql/pglite/dist/pg_uuidv7/index.d.ts
generated
vendored
Normal file
11
backend/node_modules/@electric-sql/pglite/dist/pg_uuidv7/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import { d as PGliteInterface } from '../pglite-CntadC_p.js';
|
||||
|
||||
declare const pg_uuidv7: {
|
||||
name: string;
|
||||
setup: (_pg: PGliteInterface, emscriptenOpts: any) => Promise<{
|
||||
emscriptenOpts: any;
|
||||
bundlePath: URL;
|
||||
}>;
|
||||
};
|
||||
|
||||
export { pg_uuidv7 };
|
||||
Reference in New Issue
Block a user