| 1 | /* eslint-disable vitest/no-conditional-expect */ |
| 2 | import type { MongooseAdapter } from '@payloadcms/db-mongodb' |
| 3 | import type { PostgresAdapter } from '@payloadcms/db-postgres' |
| 4 | import type { Table } from 'drizzle-orm' |
nothing calls this directly
no test coverage detected