Add all repos
This commit is contained in:
parent
faa12c60bc
commit
8a91c9b89b
369 changed files with 29047 additions and 28 deletions
8
metamigo-common/db/types.ts
Normal file
8
metamigo-common/db/types.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import * as PGP from "pg-promise";
|
||||
import * as PGPTS from "pg-promise/typescript/pg-subset";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export type IDatabase = PGP.IDatabase<any>;
|
||||
export type IMain = PGP.IMain;
|
||||
export type IResult = PGPTS.IResult;
|
||||
export type IInitOptions = PGP.IInitOptions;
|
||||
Loading…
Add table
Add a link
Reference in a new issue