Organize directories
This commit is contained in:
parent
8a91c9b89b
commit
4898382f78
433 changed files with 0 additions and 0 deletions
8
packages/metamigo-common/db/types.ts
Normal file
8
packages/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