Update .gitignore, add dist directory
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { BunMariaDBConfig } from "../../types";
|
||||
export default function schemaCondition(config?: BunMariaDBConfig): {
|
||||
where: string;
|
||||
values: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user