wip fix
This commit is contained in:
parent
b7f4fd84e3
commit
736d28cc1f
|
|
@ -2,8 +2,11 @@ export const prismaExtendType = `\
|
|||
{
|
||||
_batch: {
|
||||
update: (
|
||||
table: string,
|
||||
batch: { data: any, where: any }[]
|
||||
batch: {
|
||||
table: string,
|
||||
data: any,
|
||||
where: any
|
||||
}[]
|
||||
) => Promise<void>;
|
||||
};
|
||||
_schema: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue