bun-mariadb/dist/lib/schema/build-table-options.d.ts

3 lines
151 B
TypeScript

import type { BUN_MARIADB_TableSchemaType } from "../../types";
export default function buildTableOptions(table: BUN_MARIADB_TableSchemaType): string;