@robert-brightline/pms-db - v0.0.21
Preparing search index...
client
Prisma
TypeMap
Type Alias TypeMap<ExtArgs, GlobalOmitOptions>
TypeMap
:
{
globalOmitOptions
:
{
omit
:
GlobalOmitOptions
}
;
meta
:
{
modelProps
:
"auditLog"
;
txIsolationLevel
:
Prisma
.
TransactionIsolationLevel
;
}
;
model
:
{
AuditLog
:
{
fields
:
AuditLogFieldRefs
;
operations
:
{
aggregate
:
{
args
:
AuditLogAggregateArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.Optional
<
AggregateAuditLog
>
;
}
;
count
:
{
args
:
AuditLogCountArgs
<
ExtArgs
>
;
result
:
|
runtime.Types.Utils.Optional
<
AuditLogCountAggregateOutputType
>
|
number
;
}
;
create
:
{
args
:
AuditLogCreateArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
createMany
:
{
args
:
AuditLogCreateManyArgs
<
ExtArgs
>
;
result
:
Prisma
.
BatchPayload
;
}
;
createManyAndReturn
:
{
args
:
AuditLogCreateManyAndReturnArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
[]
;
}
;
delete
:
{
args
:
AuditLogDeleteArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
deleteMany
:
{
args
:
AuditLogDeleteManyArgs
<
ExtArgs
>
;
result
:
Prisma
.
BatchPayload
;
}
;
findFirst
:
{
args
:
AuditLogFindFirstArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
|
null
;
}
;
findFirstOrThrow
:
{
args
:
AuditLogFindFirstOrThrowArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
findMany
:
{
args
:
AuditLogFindManyArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
[]
;
}
;
findUnique
:
{
args
:
AuditLogFindUniqueArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
|
null
;
}
;
findUniqueOrThrow
:
{
args
:
AuditLogFindUniqueOrThrowArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
groupBy
:
{
args
:
AuditLogGroupByArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.Optional
<
AuditLogGroupByOutputType
>
[]
;
}
;
update
:
{
args
:
AuditLogUpdateArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
updateMany
:
{
args
:
AuditLogUpdateManyArgs
<
ExtArgs
>
;
result
:
Prisma
.
BatchPayload
;
}
;
updateManyAndReturn
:
{
args
:
AuditLogUpdateManyAndReturnArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
[]
;
}
;
upsert
:
{
args
:
AuditLogUpsertArgs
<
ExtArgs
>
;
result
:
runtime.Types.Utils.PayloadToResult
<
$AuditLogPayload
>
;
}
;
}
;
payload
:
$AuditLogPayload
<
ExtArgs
>
;
}
;
}
;
}
&
{
other
:
{
operations
:
{
$executeRaw
:
{
args
:
[
query
:
TemplateStringsArray
|
Prisma
.
Sql
,
values
:
any
[]
]
;
result
:
any
;
}
;
$executeRawUnsafe
:
{
args
:
[
query
:
string
,
values
:
any
[]
]
;
result
:
any
}
;
$queryRaw
:
{
args
:
[
query
:
TemplateStringsArray
|
Prisma
.
Sql
,
values
:
any
[]
]
;
result
:
any
;
}
;
$queryRawUnsafe
:
{
args
:
[
query
:
string
,
values
:
any
[]
]
;
result
:
any
}
;
}
;
payload
:
any
;
}
;
}
Type Parameters
ExtArgs
extends
runtime.Types.Extensions.InternalArgs
=
runtime.Types.Extensions.DefaultArgs
GlobalOmitOptions
=
{}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@robert-brightline/pms-db - v0.0.21
Loading...