chore: minor ts changes

This commit is contained in:
Fabio Di Stasio 2023-02-04 12:10:09 +01:00
parent e7e491340a
commit 68f8d48064
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export interface TableInfos {
comment: string;
size: number | false;
collation: string;
autoIncrement?: boolean;
}
export type TableOptions = Partial<TableInfos>;