2 lines
99 B
TypeScript
2 lines
99 B
TypeScript
export default function grabDbSchema(): Promise<import("../types").BUN_SQLITE_DatabaseSchemaType>;
|