Files
pole-book/server/node_modules/@strapi/database/dist/validations/index.d.ts

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