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

    Type Alias AuditLogScalarWhereWithAggregatesInput

    type AuditLogScalarWhereWithAggregatesInput = {
        AND?:
            | AuditLogScalarWhereWithAggregatesInput
            | AuditLogScalarWhereWithAggregatesInput[];
        createdAt?: DateTimeWithAggregatesFilter<"AuditLog">
        | Date
        | string;
        id?: IntWithAggregatesFilter<"AuditLog"> | number;
        message?: StringNullableWithAggregatesFilter<"AuditLog"> | string | null;
        NOT?:
            | AuditLogScalarWhereWithAggregatesInput
            | AuditLogScalarWhereWithAggregatesInput[];
        operation?: EnumOperationWithAggregatesFilter<"AuditLog">
        | Operation;
        operatorId?: UuidWithAggregatesFilter<"AuditLog"> | string;
        OR?: AuditLogScalarWhereWithAggregatesInput[];
        subject?: StringWithAggregatesFilter<"AuditLog"> | string;
    }
    Index

    Properties

    createdAt?: DateTimeWithAggregatesFilter<"AuditLog"> | Date | string
    id?: IntWithAggregatesFilter<"AuditLog"> | number
    message?: StringNullableWithAggregatesFilter<"AuditLog"> | string | null
    operatorId?: UuidWithAggregatesFilter<"AuditLog"> | string
    subject?: StringWithAggregatesFilter<"AuditLog"> | string