mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-28 07:44:56 +00:00
code: utils,development,dbal (1 files)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { PrismaContext } from '../types'
|
||||
import { DBALError } from '../../core/foundation/errors'
|
||||
import { DBALError } from '@/core/foundation/errors'
|
||||
|
||||
type PrismaModelDelegate = {
|
||||
findMany: (...args: unknown[]) => Promise<unknown[]>
|
||||
|
||||
Reference in New Issue
Block a user