7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
import type { Database } from '../..';
|
|
/**
|
|
* Validates if relations data and tables are in a valid state before
|
|
* starting the server.
|
|
*/
|
|
export declare const validateRelations: (db: Database) => Promise<void>;
|
|
//# sourceMappingURL=index.d.ts.map
|