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

    Type Alias AuditLogCreateArgs<ExtArgs>

    AuditLog create

    type AuditLogCreateArgs<
        ExtArgs extends
            runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs,
    > = {
        data: Prisma.XOR<AuditLogCreateInput, AuditLogUncheckedCreateInput>;
        omit?: AuditLogOmit<ExtArgs> | null;
        select?: AuditLogSelect<ExtArgs> | null;
    }

    Type Parameters

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

    Properties

    Properties

    The data needed to create a AuditLog.

    omit?: AuditLogOmit<ExtArgs> | null

    Omit specific fields from the AuditLog

    select?: AuditLogSelect<ExtArgs> | null

    Select specific fields to fetch from the AuditLog