3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
import type { BUN_MARIADB_TableSchemaType } from "../../types";
|
|
export default function buildTableOptions(table: BUN_MARIADB_TableSchemaType): string;
|