3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
import { DSQL_DatabaseSchemaType } from "../types";
|
|
export default function grabAppMainDbSchema(): DSQL_DatabaseSchemaType | undefined;
|