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