@robert-brightline/auth-db - v0.0.21
    Preparing search index...

    Type Alias AuditLogUpdateArgs<ExtArgs>

    AuditLog update

    type AuditLogUpdateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<AuditLogUpdateInput, AuditLogUncheckedUpdateInput>;
        omit?: AuditLogOmit<ExtArgs> | null;
        select?: AuditLogSelect<ExtArgs> | null;
        where: AuditLogWhereUniqueInput;
    }

    Type Parameters

    • ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs
    Index

    Properties

    Properties

    The data needed to update a AuditLog.

    omit?: AuditLogOmit<ExtArgs> | null

    Omit specific fields from the AuditLog

    select?: AuditLogSelect<ExtArgs> | null

    Select specific fields to fetch from the AuditLog

    Choose, which AuditLog to update.