mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
feat: Add stack trace utility and enhance logging across various modules
This commit is contained in:
@@ -12,6 +12,13 @@ export type QueryParameter =
|
||||
export type QueryParameterSet =
|
||||
| Record<string, QueryParameter>
|
||||
| Array<QueryParameter>;
|
||||
export type SqliteMaster = {
|
||||
type: string;
|
||||
name: string;
|
||||
tbl_name: string;
|
||||
rootpage: number;
|
||||
sql: string;
|
||||
};
|
||||
|
||||
export interface Db {
|
||||
close(force?: boolean): void;
|
||||
|
||||
Reference in New Issue
Block a user