6 lines
226 B
TypeScript
6 lines
226 B
TypeScript
import type { Database } from '..';
|
|
/**
|
|
* Validate if the database is in a valid state before starting the server.
|
|
*/
|
|
export declare function validateDatabase(db: Database): Promise<void>;
|
|
//# sourceMappingURL=index.d.ts.map
|