datasquirel/dist/package-shared/shell/utils/supplementTable.d.ts
Benjamin Toby 6593047efd Updates
2025-04-18 12:06:15 +01:00

15 lines
677 B
TypeScript

import { DSQL_FieldSchemaType } from "../../types";
type Param = {
tableInfoArray: DSQL_FieldSchemaType[];
};
/**
* # Supplement Table
*/
export default function supplementTable({ tableInfoArray }: Param): DSQL_FieldSchemaType[];
export {};
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */
/** ****************************************************************************** */