Update .gitignore, add dist directory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import type { BunMariaDBConfig } from "../../types";
|
||||
export default function upsertDbManagerTable({ tableName, config, }: {
|
||||
tableName: string;
|
||||
config?: BunMariaDBConfig;
|
||||
}): Promise<void>;
|
||||
export declare function removeDbManagerTable({ tableName, config, }: {
|
||||
tableName: string;
|
||||
config?: BunMariaDBConfig;
|
||||
}): Promise<void>;
|
||||
Reference in New Issue
Block a user