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

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