bun-mariadb/dist/lib/schema/get-existing-tables-from-tables-manager-table.d.ts

3 lines
190 B
TypeScript

import type { CreateDBSchemaParams } from "../../types";
export default function getExistingTablesFromTablesManagerTable({ config, }: CreateDBSchemaParams): Promise<(string | undefined)[]>;